1 package SGN
::Schema
::TmMarkersSequence
;
6 use base
'DBIx::Class';
8 __PACKAGE__
->load_components("Core");
9 __PACKAGE__
->table("tm_markers_sequences");
10 __PACKAGE__
->add_columns(
13 data_type
=> "bigint",
14 default_value
=> "(0)::bigint",
19 { data_type
=> "bigint", default_value
=> undef, is_nullable
=> 1, size
=> 8 },
23 default_value
=> undef,
30 default_value
=> undef,
35 __PACKAGE__
->set_primary_key("tm_marker_seq_id");
38 # Created by DBIx::Class::Schema::Loader v0.04999_07 @ 2009-09-04 13:21:55
39 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:J7ci1jsVdv+jjqL27VoojA
42 # You can replace this text with custom content, and it will be preserved on regeneration