I want to create a Postgres database from PHP. This is my code:
public function handle() { $schemaName = \'new_database\'; $port = env(\'DB_PORT\') ?: