ome_branch_props
仓库自定义表
所属应用: ome
表结构
| ColumnName | Comment | Type | Not null | Default | Autoincrement |
|---|---|---|---|---|---|
| id | id | int(10) unsigned | Y | Y | |
| branch_id | branch_id | varchar(32) | N | N | |
| props_col | 键名 | varchar(50) | N | N | |
| props_value | 值 | varchar(200) | N | N | |
| operator | 操作人 | varchar(50) | 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 | |
| idx_branch_id | branch_id | N | |
| idx_props_col | props_col | N |
