All visible changes to this project will be documented in this file as of version 0.4.22
- Sets DATEONLY for DATE types
- Fix typescript, add missing option for camelcase filenames
- Fixes JSONB support
- Fixes TIMESTAMP support
- Fixes for timestamps fields
- Fixes current_time code error
- Fixes schema support
- The defaultValue is now escape'd
- Boolean/Bit columns are now fixed for MSSQL
- Adds schema support for
postgreswith thesflag.
- Adds
uniquesupport forpostgres,mysql, andmariadb.
- Fixes
foreign keyanduniquecolumns.
- Adds support for
UNSIGNEDandZEROFILLMySQL columns.
- Adds schema support for
postgresdatabases. - Directory output is now fixed for commands containing a config file as well.
- Default port number has been added for
postgres. - Mssql should now properly identify
auto incrementandforeign keycolumns.
- Sqlite will now properly set the
storageoption to thedatabasevalue if nostorageoption is set.