schema: support MySQL v8.x

This commit is contained in:
Thomas Gelf 2018-09-29 09:34:19 +02:00
parent 2b61a0e7c4
commit 764f6cca9f
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
-- the frontend or provides everything you need for automated migration
-- handling. Please find more related information in our documentation.
SET sql_mode = 'STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,NO_ENGINE_SUBSTITUTION,PIPES_AS_CONCAT,ANSI_QUOTES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER';
SET sql_mode = 'STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,NO_ENGINE_SUBSTITUTION,PIPES_AS_CONCAT,ANSI_QUOTES,ERROR_FOR_DIVISION_BY_ZERO';
CREATE TABLE director_activity_log (
id BIGINT(20) UNSIGNED AUTO_INCREMENT NOT NULL,