Merge pull request #13643 from annando/pre-storage-match

Database table definition is renamed
This commit is contained in:
Hypolite Petovan
2023-11-15 11:17:43 -08:00
committed by GitHub

View File

@@ -8,7 +8,7 @@ Fields
| Field | Description | Type | Null | Key | Default | Extra |
| ---------- | ---------------------------------------- | ------------ | ---- | --- | ------- | ----- |
| pid | Process id of the worker | int unsigned | NO | | 0 | |
| pid | The ID of the process | int unsigned | NO | PRI | NULL | |
| searchtext | Simplified text for the full text search | mediumtext | YES | | NULL | |
Indexes