diff --git a/plugin/src/sbt-test/plugin/example/test.sql b/plugin/src/sbt-test/plugin/example/test.sql index fc9d68aa9..1c78d9e53 100644 --- a/plugin/src/sbt-test/plugin/example/test.sql +++ b/plugin/src/sbt-test/plugin/example/test.sql @@ -113,5 +113,7 @@ CREATE TABLE `java_time` ( `date_time` DATETIME NOT NULL DEFAULT '2023-10-24 09:28:55', `timestamp` TIMESTAMP NOT NULL DEFAULT '2023-10-24 09:28:55', `time` TIME NOT NULL DEFAULT '09:28:55', - `year` TIME NOT NULL DEFAULT 2023, + `year` TIME NOT NULL DEFAULT 2023 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; +/*!40101 SET character_set_client = @saved_cs_client */; +/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;