mirror of https://github.com/buster-so/buster.git
7 lines
231 B
MySQL
7 lines
231 B
MySQL
|
ALTER TABLE "datasets" ADD COLUMN "metadata" jsonb DEFAULT '{
|
||
|
"rowCount": 0,
|
||
|
"sampleSize": 0,
|
||
|
"samplingMethod": "none",
|
||
|
"columnProfiles": [],
|
||
|
"introspectedAt": "2024-01-01T00:00:00.000Z"
|
||
|
}'::jsonb;
|