1 package SGN
::Schema
::ManualCensorReason
;
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::ManualCensorReason
18 __PACKAGE__
->table("manual_censor_reasons");
27 sequence: 'manual_censor_reasons_censor_id_seq'
36 __PACKAGE__
->add_columns(
39 data_type
=> "integer",
40 is_auto_increment
=> 1,
42 sequence
=> "manual_censor_reasons_censor_id_seq",
45 { data_type
=> "text", is_nullable
=> 1 },
47 __PACKAGE__
->set_primary_key("censor_id");
50 # Created by DBIx::Class::Schema::Loader v0.07002 @ 2012-03-03 12:35:39
51 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Q79FT+pen42efio+jHsBHQ
54 # You can replace this text with custom content, and it will be preserved on regeneration