s1llyw0rdz/storage/sql/schema_version_3.sql

4 lines
131 B
MySQL
Raw Normal View History

2021-11-25 06:37:30 +00:00
alter table users
add column homepage varchar(500) not null DEFAULT '',
add column about varchar(500) not null DEFAULT '';