wiki.techinc.nl/maintenance/archives/patch-user-realname.sql
2004-04-18 07:19:29 +00:00

5 lines
230 B
SQL

-- Add a 'real name' field where users can specify the name they want
-- used for author attribution or other places that real names matter.
ALTER TABLE user
ADD (user_real_name varchar(255) binary NOT NULL default '');