Revision 3eb3d1b1
Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt
SL/DB/MetaSetup/TaxZone.pm | ||
---|---|---|
9 | 9 |
__PACKAGE__->meta->table('tax_zones'); |
10 | 10 |
|
11 | 11 |
__PACKAGE__->meta->columns( |
12 |
id => { type => 'integer', not_null => 1 }, |
|
13 | 12 |
description => { type => 'text' }, |
13 |
id => { type => 'integer', not_null => 1 }, |
|
14 | 14 |
); |
15 | 15 |
|
16 | 16 |
__PACKAGE__->meta->primary_key_columns([ 'id' ]); |
17 | 17 |
|
18 |
# __PACKAGE__->meta->initialize; |
|
19 |
|
|
20 | 18 |
1; |
21 | 19 |
; |
Auch abrufbar als: Unified diff
MetaSetup: Spalten- und Fremdschlüsselnamen alphabetisch sortieren