Schema Version: 1.3

mageml


Description

This table is for storing extra bits of MAGEml in a denormalized form. More normalization would require many more tables.

Columns

Column Type Size Foreign Key Nullable Default Comments
mageml_id bigserial 19
nextval('chado.mageml_mageml_id_seq'::regclass)
mage_package text 2147483647
null
mage_ml text 2147483647
null

Table contained -1 rows

Indexes

Constraint Name Type Sort Column(s)
mageml_pkey Primary key Asc mageml_id

Relationships