3 lines
64 B
MySQL
Raw Normal View History

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