DashboardPreset


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id INT UNSIGNED 10 null
name VARCHAR 255
uri VARCHAR 255 null
type enum('admin', 'reseller', 'client', 'domain', 'private', 'custom') 8 private

Table contained 4 rows

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
name_type Must be unique Asc/Asc name + type