See www.zabbix.com for the official Zabbix site.
Docs/DB schema/3.0/slideshows
From Zabbix.org
< Docs/DB schema | 3.0
This table contains [please add a brief table description].
Columns
Column | Detail | Default | NULL? | Type | Ref from | Ref to |
---|---|---|---|---|---|---|
slideshowid | NONE | NOT NULL | id | slides.slideshowid C slideshow_user.slideshowid C slideshow_usrgrp.slideshowid C | ||
name | EMPTY | NOT NULL | varchar(255) | |||
delay | 0 | NOT NULL | integer | |||
userid | NONE | NOT NULL | id | users.userid |
||
private | 1 | NOT NULL | integer |
Indexes
Name | UNIQ | Columns |
---|---|---|
PRIMARY KEY | YES | slideshowid |
slideshows_1 | YES | name |