graphql-engine/server/tests-py/queries/subscriptions/basic/schema_setup_mssql.yaml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
198 B
YAML
Raw Normal View History

type: bulk
args:
- type: mssql_run_sql
args:
source: mssql
sql: |
create schema hge_tests
create table hge_tests.test_t1(
c1 int,
c2 text
);