oswilno/migrations/20220718085052_add_descr.sql
2022-07-18 16:23:07 +02:00

3 lines
52 B
SQL

ALTER TABLE offers
ADD COLUMN description text;