DROP TABLE sign_in; ALTER TABLE user ADD COLUMN "password" TEXT NOT NULL DEFAULT "password"; ALTER TABLE user ADD COLUMN "sign_in_token" TEXT NULL;