Skip to content

Releases: ikkez/f3-schema-builder

v2.2.6

04 May 12:29
Compare
Choose a tag to compare

maintenance update

Schema Builder v2.2.4

25 Nov 17:05
Compare
Choose a tag to compare

Maintenance update. Added option to set and convert charsets and collations of mysql tables.

Schema Builder v2.2.3

15 May 13:09
Compare
Choose a tag to compare

Added a workaround for using index keys that are longer than 64 chars

Schema Builder v2.2.2

06 Mar 13:31
Compare
Choose a tag to compare

Little maintenance release.
Fixed a bug when detecting existing timestamp defaults.

PHP 5.4 is now the minimum requirement.

Schema Builder v2.2.1

25 Apr 20:24
Compare
Choose a tag to compare

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

29 Jan 11:33
Compare
Choose a tag to compare

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

18 May 21:23
Compare
Choose a tag to compare

This release is just a migration from https://github.com/ikkez/F3-Sugar to enable better composer support.