Skip to content

Releases: czproject/sql-schema

Version 3.1.0

07 Jun 17:19
Compare
Choose a tag to compare
  • Table - added method removeColumn()
  • Table - added method removeIndex()
  • Table - added method removeForeignKey()
  • Table - added method removeOption()

Version 3.0.1

11 May 06:21
Compare
Choose a tag to compare
  • added PHPStan
  • removed .travis.yml

Version 3.0.0

06 Jan 19:18
Compare
Choose a tag to compare
  • removed support for PHP 5.3, 5.4 & 5.5
  • fixed compatibility with PHP 8.0
  • coding style

Version 2.1.0

06 Jan 19:17
Compare
Choose a tag to compare
  • Column: added method hasOption()

Version 2.0.1

11 Jun 14:45
Compare
Choose a tag to compare
  • fixed ACTION_NO_ACTION & ACTION_SET_NULL

Version 2.0.0

11 Jun 14:44
Compare
Choose a tag to compare
  • Index - changed order of $type & $columns (BC break)

Version 1.0.1

11 Jun 14:43
Compare
Choose a tag to compare
  • Travis - added PHP 7.2 & removed PHP 5.3
  • Column removed invalid option OPTION_BINARY

Version 1.0.0

18 Sep 15:37
Compare
Choose a tag to compare

First public release.