1 package SGN
::Schema
::Microarray
;
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::Microarray
18 __PACKAGE__
->table("microarray");
27 sequence: 'microarray_microarray_id_seq'
51 =head2 content_specific_tag
64 __PACKAGE__
->add_columns(
67 data_type
=> "integer",
68 is_auto_increment
=> 1,
70 sequence
=> "microarray_microarray_id_seq",
73 { data_type
=> "varchar", is_nullable
=> 1, size
=> 80 },
75 { data_type
=> "bigint", is_nullable
=> 1 },
77 { data_type
=> "bigint", is_nullable
=> 1 },
79 { data_type
=> "varchar", is_nullable
=> 1, size
=> 20 },
80 "content_specific_tag",
81 { data_type
=> "varchar", is_nullable
=> 1, size
=> 40 },
83 { data_type
=> "integer", is_nullable
=> 1 },
85 __PACKAGE__
->set_primary_key("microarray_id");
88 # Created by DBIx::Class::Schema::Loader v0.07002 @ 2012-03-03 12:35:39
89 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:D7MV8jLQPry3+egSyEAinA
92 # You can replace this text with custom content, and it will be preserved on regeneration