Revision 4913ebdd
Von Tamino Steinert vor 8 Monaten hinzugefügt
SL/DB/MetaSetup/VariantProperty.pm | ||
---|---|---|
9 | 9 |
__PACKAGE__->meta->table('variant_properties'); |
10 | 10 |
|
11 | 11 |
__PACKAGE__->meta->columns( |
12 |
abbreviation => { type => 'varchar', length => 4, not_null => 1 },
|
|
12 |
abbreviation => { type => 'text', not_null => 1 },
|
|
13 | 13 |
id => { type => 'serial', not_null => 1 }, |
14 | 14 |
itime => { type => 'timestamp', default => 'now()' }, |
15 | 15 |
mtime => { type => 'timestamp' }, |
Auch abrufbar als: Unified diff
Varianten: Eigenschaft und Auspr.: Länge von Abkürzungen nicht vorgeben