
RackTables::Schema::Result::Chapter

data_type: 'integer'
extra: {unsigned => 1}
is_auto_increment: 1
is_nullable: 0
data_type: 'enum'
default_value: 'no'
extra: {list => ["yes","no"]}
is_nullable: 1
data_type: 'char' is_nullable: 0 size: 128

Type: has_many
Related object: RackTables::Schema::Result::Dictionary