ome_operation_log_snapshoot
操作员记录快照扩展表
所属应用: ome
表结构
| ColumnName | Comment | Type | Not null | Default | Autoincrement |
|---|---|---|---|---|---|
| id | id | int(10) unsigned | N | Y | |
| log_id | log_id | int(10) unsigned | N | N | |
| snapshoot | 快照内容 | text | N | N | |
| updated | 更新后数据 | text | N | N | |
| at_time | 创建时间 | TIMESTAMP | N | CURRENT_TIMESTAMP | N |
| up_time | 更新时间 | TIMESTAMP | N | CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP | N |
索引
| Key name | Column names | Unique | Comment |
|---|---|---|---|
| primary | id | Y | |
| ind_log_id | log_id | N |
