filite/migrations/2020-01-15-052544_add_highl.../up.sql

3 lines
64 B
MySQL
Raw Normal View History

2020-01-15 06:50:54 +00:00
ALTER TABLE texts
ADD highlight BOOLEAN NOT NULL DEFAULT false;