1 # This file has been auto-generated. Do not modify it; it will be overwritten
2 # by rose_auto_create_model.pl automatically.
7 use parent qw(SL::DB::Object);
9 __PACKAGE__->meta->table('datev');
11 __PACKAGE__->meta->columns(
12 abrechnungsnr => { type => 'varchar', length => 6 },
13 beratername => { type => 'varchar', length => 9 },
14 beraternr => { type => 'varchar', length => 7 },
15 datentraegernr => { type => 'varchar', length => 3 },
16 dfvkz => { type => 'varchar', length => 2 },
17 id => { type => 'serial', not_null => 1 },
18 itime => { type => 'timestamp', default => 'now()' },
19 mandantennr => { type => 'varchar', length => 5 },
20 mtime => { type => 'timestamp' },
23 __PACKAGE__->meta->primary_key_columns([ 'id' ]);
25 __PACKAGE__->meta->allow_inline_column_values(1);