Database Model plugin_tmp.xml courses ColumnName DataType
PrimaryKey
NotNull
Flags
id
INTEGER
PK
NN
UNSIGNED
name
VARCHAR
Default Value
Comment
AutoInc AI
IndexName
IndexType
Columns
PRIMARY
PRIMARY
id
departments ColumnName DataType
PrimaryKey
NotNull
Flags
id
INTEGER
PK
NN
UNSIGNED
name
INTEGER
Default Value
Comment
AutoInc AI
UNSIGNED
IndexName
IndexType
Columns
PRIMARY
PRIMARY
id
departments_has_courses ColumnName
DataType
Default Value
PrimaryKey
NotNull
Flags
departments_id INTEGER
PK
NN
UNSIGNED
courses_id
PK
NN
UNSIGNED
INTEGER
Comment
IndexName
IndexType
Columns
PRIMARY
PRIMARY
departments_id courses_id
departments_has_courses_FKIndex1
Index
departments_id
departments_has_courses_FKIndex2
Index
courses_id
AutoInc
employee_courses_taken ColumnName DataType
PrimaryKey
NotNull
Flags
id
INTEGER
PK
NN
UNSIGNED
courses_id
INTEGER
NN
UNSIGNED
employees_id
INTEGER
NN
UNSIGNED
Default Value
Comment
AI
IndexName
IndexType
Columns
PRIMARY
PRIMARY
id
employee_course_results_FKIndex1
Index
employees_id
employee_course_results_FKIndex2
Index
courses_id
employees
AutoInc
ColumnName DataType
PrimaryKey
NotNull
Flags
id
PK
NN
UNSIGNED
NN
UNSIGNED
INTEGER
departments_id INTEGER name
Default Value
Comment
AutoInc AI
VARCHAR
IndexName
IndexType
Columns
PRIMARY
PRIMARY
id
employees_FK
Index
departments_id