eloquent-driver
eloquent-driver copied to clipboard
Provides support for storing your Statamic data in a database, rather than flat files.
I have a structured collection built out in flat files, but when running the navs importer the tree data is lost.
Hi , when you post a submission , created_at is null. I made this pr to fix it : #60
This goes some of the way to resolving issue #43 in that it preserves the order, however if we're using incrementing IDs then ordering will fail once IDs hit double...
Fixes: #70
fixes https://github.com/statamic/eloquent-driver/issues/67
#### Description When using Postgres, the following error will be thrown when trying to create a new entry: ``` SQLSTATE[23502]: Not null violation: 7 ERROR: null value in column "id"...
#### Description If you are editing an entry, save it and try to get a new instance with the `fresh()` method you will get the outdated entry back. #### Example...
Fixes: #63
Noticed this was missing while working on #57