- /*
- Warnings:
- - Added the required column `updated_at` to the `orders` table without a default value. This is not possible if the table is not empty.
- */
- -- AlterTable
- ALTER TABLE "orders" ADD COLUMN "paid_at" TIMESTAMP(3),
- ADD COLUMN "updated_at" TIMESTAMP(3) NOT NULL;
|