We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c04d35f commit 575e99aCopy full SHA for 575e99a
src/main/resources/data.sql
@@ -0,0 +1,9 @@
1
+INSERT INTO time (time)
2
+VALUES ('10:00'),
3
+ ('11:30'),
4
+ ('13:00'),
5
+ ('14:30'),
6
+ ('16:00'),
7
+ ('17:30'),
8
+ ('19:00'),
9
+ ('20:30');
0 commit comments