File "create-testing-database.sql"
Full Path: /home/fundopuh/trader.fxex.org/vendor/laravel/sail/database/pgsql/create-testing-database.sql
File size: 108 bytes
MIME-type: text/plain
Charset: utf-8
SELECT 'CREATE DATABASE testing'
WHERE NOT EXISTS (SELECT FROM pg_database WHERE datname = 'testing')\gexec