You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -150,6 +150,22 @@ By default, the Eloquent Driver stores all data in a single `data` column. Howev
150
150
151
151
6. And that's it! Statamic will now read and write data to the new columns in the `entries` table, rather than the `data` column.
152
152
153
+
### Selecting specific blueprint types for Eloquent
154
+
155
+
By default, setting the driver for blueprints to `eloquent` will apply to *all* blueprints. However, if you only wish to move certain groups of blueprint over, you can do so by setting an array of namespaces, such as:
0 commit comments