Yimaru-BackEnd/db/migrations/000065_lms_personas_gender.up.sql
Yared Yemane 5399d33af6 Add optional gender to LMS personas.
Migration 000065 adds nullable gender text column; persona API and Postman expose it alongside profile_picture.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-20 06:37:21 -07:00

3 lines
53 B
SQL

ALTER TABLE lms_personas
ADD COLUMN gender TEXT;