'string' ]; //批量填充 protected $fillable = [ 'res_id', 'res_type', 'type', 'tpl_id', 'title', 'content', 'content_type', 'parent', 'editor_uid', ]; // 设置默认值 protected $attributes = [ 'content_type' => 'markdown', 'type' => 'discussion' ]; }