mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
3 lines
100 B
MySQL
3 lines
100 B
MySQL
|
ALTER TABLE hdb_catalog.hdb_function
|
||
|
ADD COLUMN configuration JSONB NOT NULL DEFAULT '{}'::jsonb;
|