/* Warnings: - You are about to drop the column `isReblog` on the `Status` table. All the data in the column will be lost. */ -- AlterTable ALTER TABLE "Status" DROP COLUMN "isReblog";