SchemataMutantTable

Undocumented in source.
package
@TableName(schemataMutantTable)
@TableForeignKey("st_id", KeyRef("mutation_status(id)"), KeyParam("ON DELETE CASCADE"))
@TableForeignKey("schem_id", KeyRef("schemata(id)"), KeyParam("ON DELETE CASCADE"))
@TableConstraint("unique_ UNIQUE (st_id, schem_id)")
struct SchemataMutantTable {}

Members

Variables

schemaId
long schemaId;
Undocumented in source.
statusId
long statusId;
Undocumented in source.

Meta