Skip to content

v1.0.44

Compare
Choose a tag to compare
@josephmancuso josephmancuso released this 02 Apr 03:04
· 343 commits to 1.0 since this release

Change Log

Added

  • Added truncate to the query builder
  • Added add_foreign to the schema builder
  • Added ability to specify multiple columns for primary keys to create composite keys

Fixed

  • Fixed DB.statement error

Changed

  • Changed primary keys from being column constraints to table constraints