base_files
storager文件存储信息
所属应用: base
表结构
| ColumnName | Comment | Type | Not null | Default | Autoincrement |
|---|---|---|---|---|---|
| file_id | file_id | mediumint(8) unsigned | N | Y | |
| file_path | file_path | text | N | N | |
| file_type | file_type private:;public:; | enum('private','public') | N | public | N |
| last_change_time | last_change_time | int(10) unsigned | N | N |
索引
| Key name | Column names | Unique | Comment |
|---|---|---|---|
| primary | file_id | Y |
