1 package SGN
::Schema
::IlInfo
;
3 # Created by DBIx::Class::Schema::Loader
4 # DO NOT MODIFY THE FIRST PART OF THIS FILE
9 use base
'DBIx::Class::Core';
18 __PACKAGE__
->table("il_info");
82 __PACKAGE__
->add_columns(
84 { data_type
=> "integer", is_nullable
=> 1 },
86 { data_type
=> "integer", is_nullable
=> 1 },
88 { data_type
=> "integer", is_nullable
=> 1 },
90 { data_type
=> "integer", is_nullable
=> 1 },
92 { data_type
=> "bigint", is_nullable
=> 1 },
94 { data_type
=> "numeric", is_nullable
=> 1, size
=> [8, 5] },
96 { data_type
=> "numeric", is_nullable
=> 1, size
=> [8, 5] },
98 { data_type
=> "varchar", is_nullable
=> 1, size
=> 100 },
100 { data_type
=> "text", is_nullable
=> 1 },
102 { data_type
=> "text", is_nullable
=> 1 },
104 { data_type
=> "text", is_nullable
=> 1 },
108 # Created by DBIx::Class::Schema::Loader v0.07002 @ 2012-03-03 12:35:39
109 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:bolPyJfTePfg3/kyvYUg/g
112 # You can replace this text with custom content, and it will be preserved on regeneration