gris_searchbucket
| Fieldname | Type | Null | Default | Extra | |
|---|---|---|---|---|---|
| gris_searchbucket_id | bigint(20) unsigned | NO | auto_increment | PK | |
| gris_searchbucket_title | varchar(255) | YES | Titel | ||
| gris_searchbucket_content | text | YES | Inhalt | ||
| gris_searchbucket_snap | int(11) | YES | 0 | ??? | |
| gris_searchbucket_ids | text | YES | ??? | ||
| gris_searchbucket_date | datetime | NO | current_timestamp() | Aktueller Zeitstempel | |
| gris_searchbucket_author | bigint(20) unsigned | NO | FK zu gris_person | ||
| gris_searchbucket_for_others | tinyint(1) | NO | 0 | ??? |