All visible changes to this project will be documented in this file as of version 0.4.22
- 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
postgres
with thes
flag.
- Adds
unique
support forpostgres
,mysql
, andmariadb
.
- Fixes
foreign key
andunique
columns.
- Adds support for
UNSIGNED
andZEROFILL
MySQL columns.
- Adds schema support for
postgres
databases. - 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 increment
andforeign key
columns.
- Sqlite will now properly set the
storage
option to thedatabase
value if nostorage
option is set.