* Add functionality to generate a stub migration ([`d490f6e`](https://github.com/robinvandernoord/pydal2sql/commit/d490f6e649ce96df7cc6bc897a90c16192222656))
1.1.5
Fix
* Bump -core version requirement ([`4cfc75b`](https://github.com/robinvandernoord/pydal2sql/commit/4cfc75b069752e2453de54f8a76c1799cdbf5267))
1.1.4
Fix
* **bump-core:** If 'default=' is a callable, it's result is NOT stored in the CREATE statement ([`cdc28ee`](https://github.com/robinvandernoord/pydal2sql/commit/cdc28ee408458e5b71ce5fa716cf131756eb921b))
* Ensure stdout/stderr are written (flushed) before exiting ([`da8af45`](https://github.com/robinvandernoord/pydal2sql/commit/da8af450f45a963333076b726e5d6fc77d75f76d)) * Update db_type with None so postponed() error doesn't get raised ([`845aab3`](https://github.com/robinvandernoord/pydal2sql/commit/845aab3a30e061e669c4f5d3204b026c4ea793dd)) * Update db_type with None so postponed() error doesn't get raised ([`c353598`](https://github.com/robinvandernoord/pydal2sql/commit/c353598ca45d8d95e8c45a81a81b8ff1dbe0e4f6))
1.1.1
Fix
* **cli:** Some properties are not yet known before the cli args are parsed ([`a6909a2`](https://github.com/robinvandernoord/pydal2sql/commit/a6909a24df24acaef0fdc556a82e0986d7a0d9ed)) * Moved types to own file for re-use ([`e85228d`](https://github.com/robinvandernoord/pydal2sql/commit/e85228ddf2b69bebb55ab4b349d06b6ca57b8299))