Revision 361d8846
Von Sven Schöling vor fast 12 Jahren hinzugefügt
SL/DB/MetaSetup/AccTransaction.pm | ||
---|---|---|
26 | 26 |
taxkey => { type => 'integer' }, |
27 | 27 |
itime => { type => 'timestamp', default => 'now()' }, |
28 | 28 |
mtime => { type => 'timestamp' }, |
29 |
tax_id => { type => 'integer', not_null => 1 }, |
|
30 | 29 |
], |
31 | 30 |
|
32 | 31 |
primary_key_columns => [ 'acc_trans_id' ], |
33 | 32 |
|
33 |
allow_inline_column_values => 1, |
|
34 |
|
|
34 | 35 |
foreign_keys => [ |
35 | 36 |
chart => { |
36 | 37 |
class => 'SL::DB::Chart', |
Auch abrufbar als: Unified diff
Revert "tax_id in acc_trans"
This reverts commit 357d134d265637fb37ed2cd47da2ce3ef44d015a.