The table t_keyword

This table is a list of all keywords.

keyword_id

The unique identifier of each keyword is stored as a BIGINT value (INTEGER for SQLite).

keyword_name

This field holds the keyword (key phrase may be a better word as a keyword may consist of any alphanumeric string, including spaces). The maximum size is 255 characters.