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

NAME

Schema::RackTables::0_20_6::Result::Atom

COMPONENTS LOADED

TABLE: Atom

ACCESSORS

molecule_id

  data_type: 'integer'
  extra: {unsigned => 1}
  is_foreign_key: 1
  is_nullable: 1

rack_id

  data_type: 'integer'
  extra: {unsigned => 1}
  is_foreign_key: 1
  is_nullable: 1

unit_no

  data_type: 'integer'
  extra: {unsigned => 1}
  is_nullable: 1

atom

  data_type: 'enum'
  extra: {list => ["front","interior","rear"]}
  is_nullable: 1

RELATIONS

molecule

Type: belongs_to

Related object: Schema::RackTables::0_20_6::Result::Molecule

rack

Type: belongs_to

Related object: Schema::RackTables::0_20_6::Result::Object