Closed freb closed 4 years ago
Make the table type (VIEW or BASE TABLE) available in table templates for Postgres and MySQL. See issue #127. The main use case is limiting the functions generated for VIEWs since they don't receive insert, update, or delete queries.
VIEW
BASE TABLE
LGTM, thank you, this is super useful!
Make the table type (
VIEW
orBASE TABLE
) available in table templates for Postgres and MySQL. See issue #127. The main use case is limiting the functions generated for VIEWs since they don't receive insert, update, or delete queries.