Skip to content

Instantly share code, notes, and snippets.

@jsha
Created August 28, 2015 00:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jsha/22a303abe259fe434f18 to your computer and use it in GitHub Desktop.
Save jsha/22a303abe259fe434f18 to your computer and use it in GitHub Desktop.
mysql> show indexes from challenges;
+------------+------------+-----------------+--------------+-----------------+-----------+-------------+----------+--------+------+------------+---------+---------------+
| Table | Non_unique | Key_name | Seq_in_index | Column_name | Collation | Cardinality | Sub_part | Packed | Null | Index_type | Comment | Index_comment |
+------------+------------+-----------------+--------------+-----------------+-----------+-------------+----------+--------+------+------------+---------+---------------+
| challenges | 0 | PRIMARY | 1 | id | A | 75 | NULL | NULL | | BTREE | | |
| challenges | 1 | authorizationid | 1 | authorizationID | A | 75 | NULL | NULL | | BTREE | | |
+------------+------------+-----------------+--------------+-----------------+-----------+-------------+----------+--------+------+------------+---------+---------------+
2 rows in set (0.00 sec)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment