-- AlterTable Note - Add order column ALTER TABLE "Note" ADD COLUMN "order" INTEGER NOT NULL DEFAULT 0;