Files
documenso/packages/prisma/migrations/20240218142427_add_field_label/migration.sql
Ephraim Atta-Duncan 986030cc38 chore: failed attempt at adding custom field labels
I have spent all day on it and for some reason, I can't figure it out
2024-02-18 16:01:03 +00:00

3 lines
63 B
SQL

-- AlterTable
ALTER TABLE "Field" ADD COLUMN "label" TEXT;