$incrementing :
$id : integer
主键
$storage_mode : string
状态 (1 本地 2 阿里云 3 七牛云 4 腾讯云)
$origin_name : string
原文件名
$object_name : string
新文件名
$mime_type : string
资源类型
$storage_path : string
存储目录
$suffix : string
文件后缀
$size_byte : integer
字节数
$size_info : string
文件大小
$url : string
url地址
$created_by : integer
创建者
$updated_by : integer
更新者
$created_at : \Carbon\Carbon
创建时间
$updated_at : \Carbon\Carbon
更新时间
$deleted_at : string
删除时间
$remark : string
备注
$table : string
The table associated with the model.
$fillable : array
The attributes that are mass assignable.
$casts : array
The attributes that should be cast to native types.
Loading…