Вы находитесь на странице: 1из 2

Database Model plugin_tmp.

xml

courses
Default
ColumnName DataType PrimaryKey NotNull Flags Comment AutoInc
Value
id INTEGER PK NN UNSIGNED AI
name VARCHAR

IndexName IndexType Columns


PRIMARY PRIMARY id

departments
Default
ColumnName DataType PrimaryKey NotNull Flags Comment AutoInc
Value
id INTEGER PK NN UNSIGNED AI
name INTEGER UNSIGNED

IndexName IndexType Columns


PRIMARY PRIMARY id

departments_has_courses
Default
ColumnName DataType PrimaryKey NotNull Flags Comment AutoInc
Value
departments_id INTEGER PK NN UNSIGNED
courses_id INTEGER PK NN UNSIGNED

IndexName IndexType Columns


PRIMARY PRIMARY departments_id
courses_id
departments_has_courses_FKIndex1 Index departments_id
departments_has_courses_FKIndex2 Index courses_id

employee_courses_taken
Default
ColumnName DataType PrimaryKey NotNull Flags Comment AutoInc
Value
id INTEGER PK NN UNSIGNED AI
courses_id INTEGER NN UNSIGNED
employees_id INTEGER NN UNSIGNED

IndexName IndexType Columns


PRIMARY PRIMARY id
employee_course_results_FKIndex1 Index employees_id
employee_course_results_FKIndex2 Index courses_id

employees
Default
ColumnName DataType PrimaryKey NotNull Flags Comment AutoInc
Value
id INTEGER PK NN UNSIGNED AI
departments_id INTEGER NN UNSIGNED
name VARCHAR

IndexName IndexType Columns


PRIMARY PRIMARY id
employees_FK Index departments_id

Вам также может понравиться