aboutsummaryrefslogtreecommitdiffstats
path: root/prisma/migrations/20240108174319_add_expense_date/migration.sql
blob: 0b6de90eaf9faf4c2bda310b6386048239e41efa (plain)
1
2
-- AlterTable
ALTER TABLE "Expense" ADD COLUMN     "expenseDate" DATE NOT NULL DEFAULT CURRENT_DATE;