mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
3 lines
95 B
MySQL
3 lines
95 B
MySQL
|
ALTER TABLE hdb_catalog.hdb_table
|
||
|
ADD COLUMN configuration JSONB NOT NULL DEFAULT '{}'::jsonb;
|