getRelationTable method
Returns TableColumnRelation for the given relationField. If no relation
exists, returns null. The return must be dynamic to allow for relations
with different id types.
Implementation
Table? getRelationTable(String relationField) {
return null;
}