The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Strehler::Schema::Result::User

COMPONENTS LOADED

TABLE: USERS

ACCESSORS

id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

user

  data_type: 'varchar'
  is_nullable: 1
  size: 50

password_hash

  data_type: 'char'
  is_nullable: 1
  size: 31

password_salt

  data_type: 'char'
  is_nullable: 1
  size: 22

role

  data_type: 'varchar'
  is_nullable: 1
  size: 50

PRIMARY KEY

UNIQUE CONSTRAINTS

unique_user