The current override type mechanism allows for a static list of column types to override. It would be great to make this dynamic - allowing for inspection of the current table and column definition.
This would allow for rules such as column names ending in _uid should be of type UserId.
This should be an alternative solution to this.
The current override type mechanism allows for a static list of column types to override. It would be great to make this dynamic - allowing for inspection of the current table and column definition.
This would allow for rules such as column names ending in
_uidshould be of typeUserId.This should be an alternative solution to this.