mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
14 lines
203 B
YAML
14 lines
203 B
YAML
type: bulk
|
|
args:
|
|
- type: run_sql
|
|
args:
|
|
sql: |
|
|
create table hge_tests.test_t2(
|
|
c1 int,
|
|
c2 text
|
|
);
|
|
- type: track_table
|
|
args:
|
|
schema: hge_tests
|
|
name: test_t2
|