liquibase.harness.data.expectedSql.edb.insert.sql Maven / Gradle / Ivy
INSERT INTO public.posts (id, author_id, title, description, content, inserted_date) VALUES ('100', '6', 'value', 'value', 'value', '2006-10-09')
© 2015 - 2024 Weber Informatics LLC | Privacy Policy