temporary_words Table (356)
Some tooltip text!
• 1 minute to read
• 1 minute to read
This table is used as a temporary table, containing the words we want to search for in the FAQs
Fields
Name | Description | Type | Null |
---|---|---|---|
id | Primary key | PK | |
magic_number | A magic number, securing unique rows | Int | |
word | The temporary word | String(63) | |
word_length | The length of the word | Int |
Indexes
Fields | Types | Description |
---|---|---|
id | PK | Clustered, Unique |
word | String(63) | Index |
word_length | Int | Index |
Replication Flags
- None
Security Flags
- No access control via user's Role.