Skip to content

Easy Mode

Compare
Choose a tag to compare
@edgrosvenor edgrosvenor released this 28 Mar 02:02
  • It is no longer necessary to have a column of ids. An autoincremented primary key will be automatically applied to each row when it's written to the sqlite database.

  • You may now use protected $headers = ['id', 'name', 'etc'] to define the keys of your records rather than defining a header row in your table.