All wikis now have a ug_expiry column on the user_groups table, but it is not available in the Labs views.
MariaDB [enwiki_p]> EXPLAIN user_groups; +----------+-----------------+------+-----+---------+-------+ | Field | Type | Null | Key | Default | Extra | +----------+-----------------+------+-----+---------+-------+ | ug_user | int(5) unsigned | NO | | 0 | | | ug_group | varbinary(255) | NO | | | | +----------+-----------------+------+-----+---------+-------+ 2 rows in set (0.00 sec)