8 lines
152 B
SQL
8 lines
152 B
SQL
-- Add migration script here
|
|
|
|
ALTER TABLE public.article
|
|
ADD mhd text,
|
|
ADD bio_origin text,
|
|
ADD allergens_text text,
|
|
ADD bio_info text;
|