SchemataMutantTable

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

Members

Variables

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

Meta