3 lines
82 B
SQL
3 lines
82 B
SQL
CREATE SCHEMA IF NOT EXISTS nos_comptes;
|
|
CREATE EXTENSION IF NOT EXISTS pgcrypto;
|
CREATE SCHEMA IF NOT EXISTS nos_comptes;
|
|
CREATE EXTENSION IF NOT EXISTS pgcrypto;
|