Updating error message.

This commit is contained in:
mike12345567 2022-12-05 11:48:27 +00:00
parent 47d782ad28
commit 19649b761a
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@
} }
if ($touched.through && invalidThroughTable(fromRelate)) { if ($touched.through && invalidThroughTable(fromRelate)) {
errObj.through = errObj.through =
"Table contains non-nullable columns which aren't generated" "Ensure all columns in table are nullable or auto generated"
} }
if ($touched.foreign && !isMany && !fromRelate.fieldName) { if ($touched.foreign && !isMany && !fromRelate.fieldName) {
errObj.foreign = "Please pick the foreign key" errObj.foreign = "Please pick the foreign key"