shellphone.app/db/migrations/20211003184129_add_subscription_cancellation_effective_date/migration.sql

3 lines
90 B
MySQL
Raw Normal View History

-- AlterTable
ALTER TABLE "Subscription" ADD COLUMN "cancellationEffectiveDate" DATE;