Skip to content

Better testing and documentation on columns with _id suffix

Toon Claes requested to merge tc-cleanup-schema-spec into master

What does this MR do?

We consider it bad practice to use the _id suffix for columns that are not a foreign key to another table, because Ruby on Rails might expect this.

So we make sure tests will fail on these columns without FK. And document the recommended _xid suffix to IDs that are external.

Closes #212218 (closed)

Does this MR meet the acceptance criteria?

Conformity

Edited by Toon Claes

Merge request reports