mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
73e5c6ce47
https://github.com/hasura/graphql-engine-mono/pull/1591 GitOrigin-RevId: 42332798160a3a3b18404345390b235db1dd81a1
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
|
|
);
|