Course Info Field Table Schema (course_info_field)


Description

Custom course fields

course_info_field table columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
course_info_data.fieldid courinfodata_fie2_fk R
prog_courseset.coursesumfield progcour_cou2_fk R
fullname LONGTEXT 2147483647 null
shortname VARCHAR 100 null
datatype VARCHAR 255 null
description LONGTEXT 2147483647 null
sortorder BIGINT 19 null
hidden BIT 1 null
locked BIT 1 null
required BIT 1 null
forceunique BIT 1 null
defaultdata LONGTEXT 2147483647 null
param1 LONGTEXT 2147483647 null
param2 LONGTEXT 2147483647 null
param3 LONGTEXT 2147483647 null
param4 LONGTEXT 2147483647 null
param5 LONGTEXT 2147483647 null

Table contained -1 rows

course_info_field table indexes

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

course_info_field table relationships