stacker.news/prisma/migrations/20230215152142_desc_on_invoice/migration.sql

3 lines
64 B
MySQL
Raw Normal View History

2023-02-15 17:20:26 +00:00
-- AlterTable
ALTER TABLE "Invoice" ADD COLUMN "desc" TEXT;