Revision e3c9027e
Von Kivitendo Admin vor fast 10 Jahren hinzugefügt
SL/DB/MetaSetup/PriceRuleItem.pm | ||
---|---|---|
11 | 11 |
__PACKAGE__->meta->columns( |
12 | 12 |
custom_variable_configs_id => { type => 'integer' }, |
13 | 13 |
id => { type => 'serial', not_null => 1 }, |
14 |
itime => { type => 'timestamp' }, |
|
15 |
mtime => { type => 'timestamp' }, |
|
14 | 16 |
op => { type => 'text' }, |
15 | 17 |
price_rules_id => { type => 'integer', not_null => 1 }, |
16 | 18 |
type => { type => 'text' }, |
Auch abrufbar als: Unified diff
MetaSetup Dateien aktualisiert