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

NAME

Bio::Chado::Schema::Result::General::Tableinfo

ACCESSORS

tableinfo_id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0
  sequence: 'tableinfo_tableinfo_id_seq'

name

  data_type: 'varchar'
  is_nullable: 0
  size: 30

primary_key_column

  data_type: 'varchar'
  is_nullable: 1
  size: 30

is_view

  data_type: 'integer'
  default_value: 0
  is_nullable: 0

view_on_table_id

  data_type: 'integer'
  is_nullable: 1

superclass_table_id

  data_type: 'integer'
  is_nullable: 1

is_updateable

  data_type: 'integer'
  default_value: 1
  is_nullable: 0

modification_date

  data_type: 'date'
  default_value: current_timestamp
  is_nullable: 0
  original: {default_value => \"now()"}

RELATIONS

controls

Type: has_many

Related object: Bio::Chado::Schema::Result::Mage::Control

magedocumentations

Type: has_many

Related object: Bio::Chado::Schema::Result::Mage::Magedocumentation