forked from Cookies_Github_mirror/AquaDX
Add flyway database migration tool. Read diva news from database
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
-- Table: property
|
||||
CREATE TABLE property
|
||||
(
|
||||
id BIGINT NOT NULL,
|
||||
property_key VARCHAR(255) UNIQUE,
|
||||
property_value VARCHAR(255),
|
||||
PRIMARY KEY (
|
||||
id
|
||||
)
|
||||
);
|
||||
Reference in New Issue
Block a user