NomutDataTbl

Undocumented in source.
package package
@TableName(nomutDataTable)
@TableForeignKey("st_id", KeyRef("mutation_status(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.
mutantStatusId
long mutantStatusId;
Undocumented in source.
mutationPointId
long mutationPointId;
Undocumented in source.
tag
string tag;
Undocumented in source.

Meta