License Table Schema (license)


Description

store licenses used by moodle

license table columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
shortname VARCHAR 255 null
fullname LONGTEXT 2147483647 null
source VARCHAR 255 null
enabled BIT 1 1
version BIGINT 19 0

Table contained -1 rows

license table indexes

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