MutationTbl

Undocumented in source.
package
@TableName(mutationTable)
@TableForeignKey("mp_id", KeyRef("mutation_point(id)"), KeyParam("ON DELETE CASCADE"))
@TableForeignKey("st_id", KeyRef("mutation_status(id)"), KeyParam("ON DELETE CASCADE"))
@TableConstraint("unique_ UNIQUE (mp_id, kind)")
struct MutationTbl {}

Members

Variables

id
long id;
Undocumented in source.
kind
long kind;
Undocumented in source.
mp_id
long mp_id;
Undocumented in source.
st_id
long st_id;
Undocumented in source.

Meta