Easy Mode
-
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.