4 lines
211 B
SQL
4 lines
211 B
SQL
alter table "public"."conversaciones_plan" add column "nombre" text default ('Chat '::text || CURRENT_DATE);
|
|
|
|
alter table "public"."conversaciones_plan" alter column "conversacion_json" set default '[]'::jsonb;
|