mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-18 21:02:41 +01:00
3 lines
90 B
MySQL
3 lines
90 B
MySQL
|
ALTER TABLE `phabricator_user`.`user`
|
||
|
ADD `sex` char(1) COLLATE utf8_bin AFTER `email`;
|