Skip to content

Commit

Permalink
Fix test.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
takapi327 committed Oct 24, 2023
1 parent 6bc6dae commit 243e74d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion plugin/src/sbt-test/plugin/example/test.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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 */;

0 comments on commit 243e74d

Please sign in to comment.