Added | Jooq 整合
This commit is contained in:
7
migrations/V0.0.1.1__demo.sql
Normal file
7
migrations/V0.0.1.1__demo.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
CREATE TABLE demo_migration (
|
||||
value VARCHAR(25) NOT NULL,
|
||||
PRIMARY KEY(value)
|
||||
);
|
||||
|
||||
|
||||
INSERT INTO demo_migration (value) VALUES ('AC demo');
|
||||
Reference in New Issue
Block a user