Revision a3511b2d
Von Moritz Bunkus vor mehr als 10 Jahren hinzugefügt
SL/DB/MetaSetup/CustomVariable.pm | ||
---|---|---|
14 | 14 |
id => { type => 'integer', not_null => 1, sequence => 'custom_variables_id' }, |
15 | 15 |
itime => { type => 'timestamp', default => 'now()' }, |
16 | 16 |
mtime => { type => 'timestamp' }, |
17 |
number_value => { type => 'numeric', precision => 5, scale => 25 },
|
|
17 |
number_value => { type => 'numeric', precision => 25, scale => 5 },
|
|
18 | 18 |
sub_module => { type => 'text', default => '', not_null => 1 }, |
19 | 19 |
text_value => { type => 'text' }, |
20 | 20 |
timestamp_value => { type => 'timestamp' }, |
Auch abrufbar als: Unified diff
MetaSetups mit RDBO >= 0.809 neu bauen
Siehe 6c22ee7eb1f64431bade6f361259737ed23b7ecc für die Erläuterung.