4 lines
145 B
SQL
4 lines
145 B
SQL
-- Add JSON column to store instantiated structure selections on components
|
|
ALTER TABLE "composants"
|
|
ADD COLUMN IF NOT EXISTS "structure" JSONB;
|