Revision e3c9027e
Von Kivitendo Admin vor fast 10 Jahren hinzugefügt
SL/DB/MetaSetup/TaxzoneChart.pm | ||
---|---|---|
9 | 9 |
__PACKAGE__->meta->table('taxzone_charts'); |
10 | 10 |
|
11 | 11 |
__PACKAGE__->meta->columns( |
12 |
id => { type => 'serial', not_null => 1 }, |
|
13 |
taxzone_id => { type => 'integer', not_null => 1 }, |
|
14 | 12 |
buchungsgruppen_id => { type => 'integer', not_null => 1 }, |
15 |
income_accno_id => { type => 'integer', not_null => 1 }, |
|
16 | 13 |
expense_accno_id => { type => 'integer', not_null => 1 }, |
14 |
id => { type => 'serial', not_null => 1 }, |
|
15 |
income_accno_id => { type => 'integer', not_null => 1 }, |
|
17 | 16 |
itime => { type => 'timestamp', default => 'now()' }, |
17 |
taxzone_id => { type => 'integer', not_null => 1 }, |
|
18 | 18 |
); |
19 | 19 |
|
20 | 20 |
__PACKAGE__->meta->primary_key_columns([ 'id' ]); |
Auch abrufbar als: Unified diff
MetaSetup Dateien aktualisiert