The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

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

NAME

Bio::Chado::Schema::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::Mage::Control

magedocumentations

Type: has_many

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

AUTHOR

Robert Buels <rbuels@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2009 by Robert Buels.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.