1
0
Fork 0
mirror of https://github.com/Nutomic/ibis.git synced 2025-01-31 12:01:35 +00:00
ibis/migrations/2024-12-18-120344_user_bio/up.sql

3 lines
105 B
MySQL
Raw Normal View History

alter table person add column display_name varchar(20);
alter table person add column bio varchar(1000);