reserved_words

685 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id SMALLINT UNSIGNED 5 null
reserved_word VARCHAR 64 null

Should be capitalized, for convenience for uniqueness and searching

reserved_type enum('Keyword', 'Reserved') 8 Keyword

Reserved Words must be back ticked quoted. :( DO NOT use them! Just don’t. Highly recommended to not use keywords either.

note VARCHAR 400 null

A short note about when this row was added, dropped, and/or modified

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
reserved_words_uq1 Must be unique Asc reserved_word

Diagram producer might be missing

No diagrams were produced please see application output for any errors