5 lines
99 B
SQL
5 lines
99 B
SQL
-- Add migration script here
|
|
|
|
ALTER TABLE IF EXISTS public.variant
|
|
ALTER COLUMN ean DROP NOT NULL;
|