Show
Ignore:
Timestamp:
02/08/08 02:44:39 (2 years ago)
Author:
eevee
Message:

Database refactoring. Renamed columns and tables to be more consistent and more readable. (#58)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • veekun/trunk/lib/Vee/Schema/GalleryKeywords.pm

    r350 r406  
    1212 
    1313__PACKAGE__->load_components('Core'); 
    14 __PACKAGE__->table('gallerykeywords'); 
     14__PACKAGE__->table('gallery_keywords'); 
    1515__PACKAGE__->add_columns(qw/ id keyword category description /); 
    1616__PACKAGE__->set_primary_key('id'); 
    17 __PACKAGE__->add_unique_constraint("keyword", ["keyword"]); 
    1817 
    1918=head1 SEE ALSO