mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 18:42:30 +03:00
11 lines
185 B
YAML
11 lines
185 B
YAML
|
type: bulk
|
||
|
args:
|
||
|
|
||
|
- type: mssql_run_sql
|
||
|
args:
|
||
|
source: mssql
|
||
|
sql: |
|
||
|
CREATE TABLE [table_to_customize] (
|
||
|
column_to_customize int NOT NULL PRIMARY KEY
|
||
|
);
|