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