mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-18 13:02:11 +03:00
5bc0355bdd
GitOrigin-RevId: abd7303aaf8e7a8739fd10574249aec450082ef8
19 lines
255 B
YAML
19 lines
255 B
YAML
type: bulk
|
|
args:
|
|
|
|
#Test table
|
|
|
|
- type: run_sql
|
|
args:
|
|
sql: |
|
|
create table "nullPrefixTestTable"(
|
|
id serial primary key,
|
|
"nullName" text
|
|
);
|
|
|
|
- type: track_table
|
|
args:
|
|
schema: public
|
|
name: nullPrefixTestTable
|
|
|