zero2prod_axum/migrations/20240304110745_add_status_to_subscriptions.sql

3 lines
99 B
MySQL
Raw Normal View History

2024-03-04 21:20:35 +01:00
-- Add Status Column To Subscriptions Table
ALTER TABLE subscriptions ADD COLUMN status TEXT NULL;