v1.0.3
SQLite Database Issue
There seems to be an issue if you use a SQLite database for testing and testing foreign keys.
Breaking Changes
- The database column assertion method for default values was updated from
default($val)todefaults($val)
This was due to the word default being a reserved word in PHP 5 (not originally supported by package) and not in PHP 7.