|
id
|
int(11)
|
|
|
|
|
workflow_type
|
enum
|
-- |
|
|
|
step_number
|
tinyint(4)
|
|
|
|
|
step_name
|
varchar(100)
|
|
|
|
|
approver_role_id
|
int(11)
|
|
|
|
|
approver_user_id
|
int(11)
|
|
|
|
|
condition_field
|
varchar(100)
|
|
|
|
|
condition_operator
|
enum
|
-- |
|
any
|
|
condition_value
|
decimal(14,2)
|
|
|
|
|
is_active
|
tinyint(1)
|
|
|
1
|
|
notify_on_reach
|
tinyint(1)
|
|
|
1
|
|
created_at
|
timestamp
|
|
|
current_timestamp()
|