financebase_expenses_export_log
导出日志表
所属应用: financebase
表结构
| ColumnName | Comment | Type | Not null | Default | Autoincrement |
|---|---|---|---|---|---|
| id | id | int(10) unsigned | Y | Y | |
| export_type | 类型 main:汇总;items:明细; | enum('main','items') | N | N | |
| filter | 导出条件 | longtext | N | N | |
| export_time | 导出时间 | int(10) unsigned | N | N | |
| op_id | 操作人 | mediumint(8) unsigned | N | N |
索引
| Key name | Column names | Unique | Comment |
|---|---|---|---|
| primary | id | Y | |
| ind_export_time | export_time | N | |
| idx_c_op_id | op_id | N |
