food-tracker/src/migrations/3.sql

6 lines
101 B
SQL

ALTER TABLE
food
ADD COLUMN
sort_order INTEGER NOT NULL DEFAULT 0;
PRAGMA user_version = 3;