states

37 rows


Description

Master table for States

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id VARCHAR 36 null
state_user.state_id state_user_ibfk_2 R
name VARCHAR 125 null
old_data_id INT 10 null
updated_at DATETIME 19 null
created_at DATETIME 19 null
status BIT 1 1

0:Inactive,1:Active

mailbox_id VARCHAR 45 null

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
name Performance Asc name
updated_at_index Performance Asc updated_at

Relationships