site_folder


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
site_file.folder_id FKE0304374D4B1C6AE R
site_folder.parent_id FK9581CC6630A7A0F2 R
version BIGINT 19 null
date_created DATETIME 19 null
description VARCHAR 255 null
last_updated DATETIME 19 null
name VARCHAR 255 null
parent_id BIGINT 19 null
site_folder.id FK9581CC6630A7A0F2 R
site_id INT 10 null
site.id FK9581CC6692D2B99F R

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
FK9581CC6630A7A0F2 Performance Asc parent_id
FK9581CC6692D2B99F Performance Asc site_id
parent_id Must be unique Asc/Asc/Asc parent_id + site_id + name
unique_name Must be unique Asc/Asc/Asc parent_id + site_id + name

Relationships