diff --git a/src/guides/v2.3/install-gde/prereq/mysql.md b/src/guides/v2.3/install-gde/prereq/mysql.md index 3ccc2b76592..1b62f845309 100644 --- a/src/guides/v2.3/install-gde/prereq/mysql.md +++ b/src/guides/v2.3/install-gde/prereq/mysql.md @@ -414,6 +414,12 @@ To configure a MySQL database instance: If this setting is not enabled, `setup:db:status` will always report that `Declarative Schema is not up to date`. +{:.bs-callout-info} +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. + +{:.bs-callout-warning} +On Magento projects deployed on the Cloud platform, the `explicit_defaults_for_timestamp` setting for MySQL (MariaDB) defaults to *OFF* + {:.ref-header} Related topics diff --git a/src/guides/v2.4/install-gde/prereq/mysql.md b/src/guides/v2.4/install-gde/prereq/mysql.md index 73173bb7216..b6ece2c13f6 100644 --- a/src/guides/v2.4/install-gde/prereq/mysql.md +++ b/src/guides/v2.4/install-gde/prereq/mysql.md @@ -182,6 +182,12 @@ To configure a MySQL database instance: If this setting is not enabled, `setup:db:status` will always report that `Declarative Schema is not up to date`. +{:.bs-callout-info} +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. + +{:.bs-callout-warning} +On Magento projects deployed on the Cloud platform, the `explicit_defaults_for_timestamp` setting for MySQL (MariaDB) defaults to *OFF* + {:.ref-header} Related topics