NomutDataTbl

Undocumented in source.
package
@TableName(nomutDataTable)
@TableForeignKey("mut_id", KeyRef("mutation(id)"), KeyParam("ON DELETE CASCADE"))
@TableForeignKey("mp_id", KeyRef("mutation_point(id)"), KeyParam("ON DELETE CASCADE"))
struct NomutDataTbl {}

Members

Variables

comment
string comment;
Undocumented in source.
line
long line;
Undocumented in source.
mutationId
long mutationId;
Undocumented in source.
mutationPointId
long mutationPointId;
Undocumented in source.
tag
string tag;
Undocumented in source.

Meta