1 package SGN
::Schema
::TmMarkersSequence
;
3 # Created by DBIx::Class::Schema::Loader
4 # DO NOT MODIFY THE FIRST PART OF THIS FILE
9 use base
'DBIx::Class::Core';
14 SGN::Schema::TmMarkersSequence
18 __PACKAGE__
->table("tm_markers_sequences");
22 =head2 tm_marker_seq_id
25 default_value: '0)::bigint'
46 __PACKAGE__
->add_columns(
48 { data_type
=> "bigint", default_value
=> "0)::bigint", is_nullable
=> 0 },
50 { data_type
=> "bigint", is_nullable
=> 1 },
52 { accessor
=> undef, data_type
=> "text", is_nullable
=> 1 },
54 { data_type
=> "text", is_nullable
=> 1 },
56 __PACKAGE__
->set_primary_key("tm_marker_seq_id");
59 # Created by DBIx::Class::Schema::Loader v0.07002 @ 2012-03-03 12:35:39
60 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Ur2YJs3YnkXRw4IjdqsE2Q
63 # You can replace this text with custom content, and it will be preserved on regeneration