NAME

Sample::Schema::Result::Person

COMPONENTS LOADED

TABLE: people

ACCESSORS

person_id

data_type: 'integer'
is_auto_increment: 1
is_nullable: 0

name

data_type: 'varchar'
is_nullable: 0
size: 255

email

data_type: 'varchar'
is_nullable: 1
size: 255

birthday

data_type: 'datetime'
is_nullable: 0

PRIMARY KEY

UNIQUE CONSTRAINTS

email_unique

RELATIONS

customer

Type: might_have

Related object: Sample::Schema::Result::Customer