Revision c9f6c754
Von Tamino Steinert vor etwa 1 Jahr hinzugefügt
SL/DB/MetaSetup/Reclamation.pm | ||
---|---|---|
31 | 31 |
notes => { type => 'text' }, |
32 | 32 |
payment_id => { type => 'integer' }, |
33 | 33 |
record_number => { type => 'text', not_null => 1 }, |
34 |
record_type => { type => 'enum', check_in => [ 'sales_reclamation', 'purchase_reclamation' ], db_type => 'reclamation_types', not_null => 1 }, |
|
34 | 35 |
reqdate => { type => 'date' }, |
35 | 36 |
salesman_id => { type => 'integer' }, |
36 | 37 |
shippingpoint => { type => 'text' }, |
Auch abrufbar als: Unified diff
DB::Reclamation: Persistenter Record-Type