This table contains an entry for each local user account in the wiki farm which is globally attached.
Some of this information is adapted fromCentralAuth's tables.json file.
Migration status/logging information, to help diagnose issues
Migration status/logging information, to help diagnose issues. See CentralAuthUser::attach()
Possible values:
Part of a pending schema migration for lu_attached_method (T304015)
Foreign key to theuser_id field in the local wiki'suser table
Foreign key to thegu_id field in theglobaluser table
mysql> describe localuser;+-----------------------+-----------------------------------------------------------------+------+-----+---------+-------+| Field | Type | Null | Key | Default | Extra |+-----------------------+-----------------------------------------------------------------+------+-----+---------+-------+| lu_wiki | varbinary(255) | NO | PRI | NULL | || lu_name | varbinary(255) | NO | PRI | NULL | || lu_attached_timestamp | varbinary(14) | YES | | NULL | || lu_attached_method | enum('primary','empty','mail','password','admin','new','login') | YES | | NULL | || lu_local_id | int(10) unsigned | YES | | NULL | || lu_global_id | int(10) unsigned | YES | | NULL | |+-----------------------+-----------------------------------------------------------------+------+-----+---------+-------+