Schema:license keys

From ISFDB
Jump to navigation Jump to search

Schema Summary

+-------------+------------+------+-----+---------+----------------+
| Field       | Type       | Null | Key | Default | Extra          |
+-------------+------------+------+-----+---------+----------------+
| key_id      | int(11)    | NO   | PRI | NULL    | auto_increment |
| user_id     | int(11)    | YES  | MUL | NULL    |                |
| license_key | mediumtext | YES  |     | NULL    |                |
+-------------+------------+------+-----+---------+----------------+


Description

The license_keys table is used to store user license keys which allow access to the Web API. The license key is associated with a registered user ID.

  • key_id - Unique key ID.
  • user_id - The user ID of the registered user.
  • license_key - The actual license key associated with the user.