mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-19 21:41:44 +03:00
11 lines
177 B
YAML
11 lines
177 B
YAML
|
type: bulk
|
||
|
args:
|
||
|
|
||
|
- type: citus_run_sql
|
||
|
args:
|
||
|
source: citus
|
||
|
sql: |
|
||
|
CREATE TABLE table_to_customize (
|
||
|
column_to_customize SERIAL PRIMARY KEY
|
||
|
);
|