Skip to content

Commit 575e99a

Browse files
committed
feat(data.sql): 시간 데이터 임의 추가
1 parent c04d35f commit 575e99a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/main/resources/data.sql

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)