NAME

Strehler::Schema::Result::Article

COMPONENTS LOADED

TABLE: ARTICLES

ACCESSORS

id

data_type: 'integer'
is_auto_increment: 1
is_nullable: 0

image

data_type: 'varchar'
is_nullable: 1
size: 50

category

data_type: 'integer'
is_foreign_key: 1
is_nullable: 1

display_order

data_type: 'integer'
is_nullable: 1

publish_date

data_type: 'date'
datetime_undef_if_invalid: 1
is_nullable: 1

published

data_type: 'tinyint'
is_nullable: 1

PRIMARY KEY

RELATIONS

category

Type: belongs_to

Related object: Strehler::Schema::Result::Category

contents

Type: has_many

Related object: Strehler::Schema::Result::Content