1
0
Fork 0
forked from gorb/backend
backend-ci-testing/migrations/2025-06-01-134036_add_pronouns_to_users/up.sql

2 lines
86 B
SQL

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