s1llyw0rdz/storage/sql/schema_version_2.sql

3 lines
72 B
MySQL
Raw Permalink Normal View History

2021-11-22 17:12:07 +00:00
alter table users
add column status_id int references statuses(id);