projects

171 rows


Description

Stores Project details

Columns

Column Type Size Nulls Auto Default Children Parents Comments
old_data_id INT 10 null
order_enabled TINYINT 3 0
id VARCHAR 36 null
centre_project.project_id centre_project_ibfk_2 R
program_id VARCHAR 36 null
name VARCHAR 255 null
status BIT 1 1

0:Inactive,1:Active

created_at DATETIME 19 null
updated_at DATETIME 19 null
created_by VARCHAR 36 null
deleted_at TIMESTAMP 19 null
tenant_id VARCHAR 36 null
updated_by VARCHAR 36 null
deleted_by VARCHAR 36 null

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
fk_projects_1_idx Performance Asc program_id
fk_projects_2_idx Performance Asc created_by

Relationships