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/Creators.pm

    r350 r406  
    1313__PACKAGE__->load_components('Core'); 
    1414__PACKAGE__->table('creators'); 
    15 __PACKAGE__->add_columns(qw/ id userid name itemct /); 
     15__PACKAGE__->add_columns(qw/ id user_id name item_count /); 
    1616__PACKAGE__->set_primary_key('id'); 
    17 __PACKAGE__->add_unique_constraint(userid => ['userid']); 
    1817 
    1918=head1 SEE ALSO