summaryrefslogtreecommitdiff
path: root/contrib/flyway/test/resources/db/migration/V1__test_init_migration.sql
blob: 964391a2f6f3eb9e3706d3cd3cb49fe4437473b6 (plain) (blame)
1
2
3
4
5
create table test_table (
  id bigserial primary key,
  field varchar
);