미디어위키 user_groups 테이블

1 개요[ | ]

미디어위키 user_groups 테이블
mysql> describe user_groups;
+-----------+------------------+------+-----+---------+-------+
| Field     | Type             | Null | Key | Default | Extra |
+-----------+------------------+------+-----+---------+-------+
| ug_user   | int(11) unsigned | NO   | PRI | 0       |       |
| ug_group  | varbinary(255)   | NO   | PRI | NULL    |       |
| ug_expiry | varbinary(14)    | YES  |     | NULL    |       |
+-----------+------------------+------+-----+---------+-------+
3 rows in set (0.00 sec)

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}