Extension:BetaFeatures/table betafeatures_user_counts

This page is a translated version of the page Extension:BetaFeatures/betafeatures user counts table and the translation is 100% complete.

Champs

feature

Clé primaire.

number

...

Schéma

mysql> describe betafeatures_user_counts;
+---------+----------------+------+-----+---------+-------+
| Field   | Type           | Null | Key | Default | Extra |
+---------+----------------+------+-----+---------+-------+
| feature | varbinary(255) | NO   | PRI | NULL    |       |
| number  | int(11)        | NO   |     | 0       |       |
+---------+----------------+------+-----+---------+-------+

Les index

+--------------------------+------------+----------+--------------+-------------+-----------+-------------+----------+--------+------+------------+---------+---------------+
| Table                    | Non_unique | Key_name | Seq_in_index | Column_name | Collation | Cardinality | Sub_part | Packed | Null | Index_type | Comment | Index_comment |
+--------------------------+------------+----------+--------------+-------------+-----------+-------------+----------+--------+------+------------+---------+---------------+
| betafeatures_user_counts |          0 | PRIMARY  |            1 | feature     | A         |           0 |     NULL | NULL   |      | BTREE      |         |               |
+--------------------------+------------+----------+--------------+-------------+-----------+-------------+----------+--------+------+------------+---------+---------------+