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
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: src/guides/v2.4/install-gde/prereq/mysql.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -167,12 +167,12 @@ To configure a MySQL database instance:
167
167
168
168
1. In order for MySQL `TIMESTAMP` fields to follow the preferences and composition expected by Magento's declarative schema architecture, the system variable `explicit_defaults_for_timestamp` must be set to `on`.
If this setting is not enabled, `setup:db:status` will always report that `Declarative Schema is not up to date`.
175
+
If this setting is not enabled, `bin/magento setup:db:status` will always report that the`Declarative Schema is not up to date`.
176
176
177
177
{:.bs-callout-info}
178
178
The `explicit_defaults_for_timestamp` setting is deprecated. This setting controls deprecated TIMESTAMP behaviors that will be removed in a future MySQL release. When those behaviors are removed, the `explicit_defaults_for_timestamp` setting will be removed as well.
0 commit comments