1 # This file has been auto-generated. Do not modify it; it will be overwritten
2 # by rose_auto_create_model.pl automatically.
3 package SL::DB::Finanzamt;
7 use parent qw(SL::DB::Object);
9 __PACKAGE__->meta->table('finanzamt');
11 __PACKAGE__->meta->columns(
12 fa_bankbezeichnung_1 => { type => 'text' },
13 fa_bankbezeichnung_2 => { type => 'text' },
14 fa_blz_1 => { type => 'text' },
15 fa_blz_2 => { type => 'text' },
16 fa_bufa_nr => { type => 'text' },
17 fa_email => { type => 'text' },
18 fa_fax => { type => 'text' },
19 fa_internet => { type => 'text' },
20 fa_kontonummer_1 => { type => 'text' },
21 fa_kontonummer_2 => { type => 'text' },
22 fa_land_nr => { type => 'text' },
23 fa_name => { type => 'text' },
24 fa_oeffnungszeiten => { type => 'text' },
25 fa_ort => { type => 'text' },
26 fa_plz => { type => 'text' },
27 fa_plz_grosskunden => { type => 'text' },
28 fa_plz_postfach => { type => 'text' },
29 fa_postfach => { type => 'text' },
30 fa_strasse => { type => 'text' },
31 fa_telefon => { type => 'text' },
32 id => { type => 'serial', not_null => 1 },
35 __PACKAGE__->meta->primary_key_columns([ 'id' ]);