Releases: ikkez/f3-schema-builder
v2.2.6
Schema Builder v2.2.4
Maintenance update. Added option to set and convert charsets and collations of mysql tables.
Schema Builder v2.2.3
Added a workaround for using index keys that are longer than 64 chars
Schema Builder v2.2.2
Little maintenance release.
Fixed a bug when detecting existing timestamp defaults.
PHP 5.4 is now the minimum requirement.
Schema Builder v2.2.1
Just a little maintenance release.
- fixed an issue with truncating sqlite tables
- fixed some precision issues with DOUBLE/DECIMAL columns
- new method
$table->setCharset()
to set the charset / collation upon table creation (only mysql for now)
Schema Builder v2.2
The new release comes with better support for various table data type definitions and some default settings were unified for better reverse lookup compatibility - check the new isCompatible
method.
It also has a $schema->truncateTable
method now and some small old bugs were fixed.
Special thanks @exodus4d for all hints and support to make this plugin better.
Schema Builder v2.1.1
This release is just a migration from https://github.com/ikkez/F3-Sugar to enable better composer support.