mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-19 21:41:44 +03:00
9 lines
135 B
YAML
9 lines
135 B
YAML
|
type: bulk
|
||
|
args:
|
||
|
- type: run_sql
|
||
|
args:
|
||
|
sql: CREATE TABLE test(id serial PRIMARY KEY);
|
||
|
- type: track_table
|
||
|
args:
|
||
|
name: test
|