3 lines
82 B
PHP
3 lines
82 B
PHP
|
|
CREATE SCHEMA schema_name
|
||
|
|
[ AUTHORIZATION user_name ]
|
||
|
|
[ schema_element [ ... ] ]
|