testcontainers-0.5.2.0: test/data/init-script.sql
create table customers (
id bigint not null,
name varchar not null,
primary key (id)
);
create table customers (
id bigint not null,
name varchar not null,
primary key (id)
);