harbor/make/migrations/postgresql/0012_1.9.4_schema.up.sql

2 lines
110 B
SQL

/* change the data type to text to accommodate larger data */
ALTER TABLE properties ALTER COLUMN v TYPE text;