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)"))
@TableConstraint("unique_ UNIQUE (mp_id, kind)")
struct MutationTbl {}

Members

Variables

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

Meta