Newer
Older
Import / web / www.xiaofrog.com / wiki / maintenance / archives / patch-user_registration.sql
@John Ryland John Ryland on 22 Dec 2020 241 bytes import NUC files
--
-- New user field for tracking registration time
-- 2005-12-21
--

ALTER TABLE /*$wgDBprefix*/user
  -- Timestamp of account registration.
  -- Accounts predating this schema addition may contain NULL.
  ADD user_registration binary(14);