Changeset 406 for veekun/trunk/lib/Vee/Schema/Machines.pm
- Timestamp:
- 02/08/08 02:44:39 (2 years ago)
- Files:
-
- 1 modified
-
veekun/trunk/lib/Vee/Schema/Machines.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
veekun/trunk/lib/Vee/Schema/Machines.pm
r350 r406 13 13 __PACKAGE__->load_components('Core'); 14 14 __PACKAGE__->table('machines'); 15 __PACKAGE__->add_columns(qw/ id generation cost move id location /);15 __PACKAGE__->add_columns(qw/ id generation cost move_id location /); 16 16 __PACKAGE__->set_primary_key(qw/ id generation /); 17 17
