NotParcel/migrations/007_update_hubs_add_hubUrl.sql
2025-01-20 20:26:53 -07:00

2 lines
48 B
SQL

ALTER TABLE hubs
ADD COLUMN hubUrl VARCHAR(255);