/* Warnings: - You are about to drop the column `image` on the `users` table. All the data in the column will be lost. */ -- AlterTable ALTER TABLE "users" DROP COLUMN "image", ADD COLUMN "storage_used" INTEGER DEFAULT 0, ADD COLUMN "token_balance" INTEGER DEFAULT 0;