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