Revision 11da4a00
Von Sven Schöling vor mehr als 12 Jahren hinzugefügt
SL/DB/MetaSetup/CustomVariable.pm | ||
---|---|---|
number_value => { type => 'numeric', precision => 5, scale => 25 },
|
||
itime => { type => 'timestamp', default => 'now()' },
|
||
mtime => { type => 'timestamp' },
|
||
sub_module => { type => 'text' },
|
||
sub_module => { type => 'text', default => '', not_null => 1 },
|
||
],
|
||
|
||
primary_key_columns => [ 'id' ],
|
Auch abrufbar als: Unified diff
Rose Upgrade für custom_variables