adminpresets

0 rows


Description

Table to store presets data

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
userid BIGINT 19 null
user.id Implied ConstraintR
name VARCHAR 255
comments LONGTEXT 2147483647 null
site VARCHAR 255
author VARCHAR 255 null
moodleversion VARCHAR 20
moodlerelease VARCHAR 255
iscore BIT 1 0

Whether this is a core preset or not, and which core preset

timecreated BIGINT 19 0
timeimported BIGINT 19 0

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id

Relationships