TestCmdRelMutantTable

Undocumented in source.
package package
@TableName(testCmdRelMutantTable)
@TableForeignKey("cmd_id", KeyRef("test_cmd(id)"), KeyParam("ON DELETE CASCADE"))
@TableForeignKey("st_id", KeyRef("mutation_status(id)"), KeyParam("ON DELETE CASCADE"))
@TableConstraint("unique_ UNIQUE (cmd_id, st_id)")
struct TestCmdRelMutantTable {}

Members

Variables

id
long id;
Undocumented in source.
statusId
long statusId;
Undocumented in source.
testCmdId
long testCmdId;
Undocumented in source.

Meta