Releases: thecodingmachine/dbal-fluid-schema-builder
Releases · thecodingmachine/dbal-fluid-schema-builder
v2.0.1
v2.0.0
v1.7.0
What's Changed
- 🐛 Fix inflector deprecation by @homersimpsons in #10
New Contributors
- @homersimpsons made their first contribution in #10
Full Changelog: v1.6.1...v1.7.0
v1.6.1
v1.6.0
v1.5.0
Exposing DBAL inner objects
2 methods have been added to expose DBAL tables and columns.
See #5
Identifiers are now quoted by default
All table names and column names are quoted by default if the database platform is passed in parameter while constructing the default naming strategy.
See #4
Bugfix release
Adding the ability to "extend" a table
This minor release adds the ability to "extend" a table (by creating a primary key in the extended table that is also a foreign key to the base table).
See #2