toCreate property
String
get
toCreate
Implementation
String get toCreate => [
"FOREIGN KEY ($columnForeignKey)",
"REFERENCES $table ($columnPrimaryKey)",
"ON UPDATE ${onUpdateRule.parameterText}",
"ON DELETE ${onDeleteRule.parameterText}"
].join(" ");