'string', 'value' => 'string', ]; /** * The fillable properties. * * @var string[] */ protected $fillable = ['name', 'value']; /** * List of attributes that have default values. * * @var string[] */ protected $attributes = ['value' => '']; }