ome_misc_task
定时触发表
所属应用: ome
表结构
| ColumnName | Comment | Type | Not null | Default | Autoincrement |
|---|---|---|---|---|---|
| id | id | int(10) unsigned | Y | Y | |
| obj_id | 操作对象ID | int(10) unsigned | Y | N | |
| obj_type | 操作类型:timing_confirm_order->延时定时审单 | varchar(32) | Y | N | |
| exec_time | 执行时间 | int(10) unsigned | Y | N | |
| extend_info | JSON扩展信息 | text | N | N | |
| create_time | 创建时间 | int(10) unsigned | N | N |
索引
| Key name | Column names | Unique | Comment |
|---|---|---|---|
| primary | id | Y | |
| ind_exec_time | exec_time | N | |
| ind_obj_type | obj_type, obj_id | Y |
