kodeine / laravel-meta

Fluent Meta Data for Eloquent Models, as if it is a property on your model
MIT License
400 stars 90 forks source link

Is there a way to set the column name of the `value` column? #112

Closed andy-UKC closed 4 months ago

andy-UKC commented 4 months ago

i.e. does something like this exist:

protected $metaValueName = 'meta_value';