--- trunk/lib/perl/Gedafe/DB.pm 2005/02/14 20:58:20 3 +++ trunk/lib/perl/Gedafe/DB.pm 2005/02/14 22:34:48 4 @@ -81,6 +81,7 @@ 'name' => 'text(size=20)', 'bool' => 'checkbox', 'bytea' => 'file', + 'inet' => 'text(size=15)', ); sub DB_Init($$)