zero-to-production/migrations/20210307181858_add_status_to_subscriptions.sql

1 line
54 B
MySQL
Raw Normal View History

2021-03-07 18:27:54 +00:00
ALTER TABLE subscriptions ADD COLUMN status TEXT NULL;