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
|archive_table | literal | Name of the table storing archive data. Will be created if it does not exist. Cannot be combined with the `archive_class` parameter. | Original table name with suffix `_archive`||
28
28
| archive_phpname | literal | Sets the name of the generated PHP model and query classes. | Pascal-case version of `archive_table`|
29
-
| sync |`true`/`false`| If true, changes to the source table will also be applied to the `archive_table`. |`false`|
30
-
| archive_class | literal | Name of an existing Model class. The underlying table will be used to store the archive. Cannot be combined with the `archive_class` parameter. | none |
29
+
| sync |`true`/`false`| If true, changes to the source table definition will also be applied to the `archive_table`. |`false`|
30
+
| archive_class | literal | Name of an existing Model class. The underlying table will be used to store the archive. Cannot be combined with the `archive_table` parameter. | none |
0 commit comments