NAME

Dwimmer::DB::Result::User

TABLE: user

ACCESSORS

id

data_type: 'integer'
is_auto_increment: 1
is_nullable: 0

name

data_type: 'varchar'
is_nullable: 0
size: 30

sha1

data_type: 'varchar'
is_nullable: 1
size: 255

email

data_type: 'varchar'
is_nullable: 0
size: 100

fname

data_type: 'varchar'
is_nullable: 1
size: 100

lname

data_type: 'varchar'
is_nullable: 1
size: 100

country

data_type: 'varchar'
is_nullable: 1
size: 100

state

data_type: 'varchar'
is_nullable: 1
size: 100

validation_key

data_type: 'varchar'
is_nullable: 1
size: 255

verified

data_type: 'bool'
default_value: 0
is_nullable: 1

register_ts

data_type: 'integer'
default_value: NOW
is_nullable: 1

PRIMARY KEY

UNIQUE CONSTRAINTS

email_unique

name_unique

RELATIONS

feed_collectors

Type: has_many

Related object: Dwimmer::DB::Result::FeedCollector

mailing_list_members

Type: has_many

Related object: Dwimmer::DB::Result::MailingListMember

mailing_lists

Type: has_many

Related object: Dwimmer::DB::Result::MailingList

page_histories

Type: has_many

Related object: Dwimmer::DB::Result::PageHistory

sites

Type: has_many

Related object: Dwimmer::DB::Result::Site