Irrelevant side note:
  
>   __PACKAGE__->meta->setup(
>       table   => 'os',
>       columns => [
>           os => {
>               type        => 'varchar',
>               length      => 31,
>               primary_key => 1,
>               not_null    => 1
>           },
>           type         => { type => 'text', not_null => 1 },
>           plan_part    => { type => 'text' },
>           install_vlan => { type => 'text' },
>           short_desc   => { type => 'text' },
>           description  => { type => 'text' },
>           upgrade_default => { type => 'tinyint', length => 1,
> default
> => 1 },
>       ],
>       unique_key => 'description',
>   );        

You can probably tell that this is absolute crap.  I know this.  I had
nothing to do with the design of the database.  Please don't think I'm
that incompetent.  I'm just embarrassed to be posting that :)

Cheers,
Ovid

--

Buy the book -- http://www.oreilly.com/catalog/perlhks/
Perl and CGI -- http://users.easystreet.com/ovid/cgi_course/

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Rose-db-object mailing list
Rose-db-object@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rose-db-object

Reply via email to