3 lines
72 B
SQL
3 lines
72 B
SQL
DROP DATABASE IF EXISTS postgrest_test;
|
|
CREATE DATABASE postgrest_test;
|
DROP DATABASE IF EXISTS postgrest_test;
|
|
CREATE DATABASE postgrest_test;
|