1
0
Fork 0
forked from gorb/backend
backend-ci-testing/migrations/2025-06-01-143713_add_about_to_users/up.sql
2025-06-01 22:20:29 +02:00

2 lines
84 B
SQL

-- Your SQL goes here
ALTER TABLE users ADD COLUMN about VARCHAR(200) DEFAULT NULL;