liquibase.harness.data.changelogs.db2-z.loadData.sql Maven / Gradle / Ivy
INSERT INTO "LTHUSER".posts (id, author_id, title, description, content, inserted_date) VALUES ('6', '1', 'Title1', '[email protected]', 'Content1', '2000-01-01')
INSERT INTO "LTHUSER".posts (id, author_id, title, description, content, inserted_date) VALUES ('7', '2', 'Title2', '[email protected]', 'Content2', '2000-01-01')
INSERT INTO "LTHUSER".posts (id, author_id, title, description, content, inserted_date) VALUES ('8', '3', 'Title3', '[email protected]', 'Content3', '2000-01-01')
© 2015 - 2024 Weber Informatics LLC | Privacy Policy