4 lines
105 B
SQL
4 lines
105 B
SQL
-- AlterTable Note - Add order column
|
|
ALTER TABLE "Note" ADD COLUMN "order" INTEGER NOT NULL DEFAULT 0;
|
|
|