We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f97eab commit d7fca89Copy full SHA for d7fca89
insert_sample_data.sql
@@ -0,0 +1,9 @@
1
+insert into region(id, name) values(1, '수원');
2
+
3
+insert into store(id, name, siteuri, region_id)
4
+ values(1, '소우주', 'http://sowoojoo-escape.com/', 1);
5
6
+insert into theme(id, name, genre, store_id)
7
+ values(1, '풀문', 'Fantasy', 1);
8
9
0 commit comments