Add getCreateTableSql and getCreateViewSql methods to Table and View. This makes it easier for users to use our code generation/model objects for defining schemas and building SQL statements more easily without committing to using SquidDatabase as the DAO.
Add getCreateTableSql and getCreateViewSql methods to Table and View. This makes it easier for users to use our code generation/model objects for defining schemas and building SQL statements more easily without committing to using SquidDatabase as the DAO.