# Alternatives to using Eloquent Accessor

Article illustrating how it is possible to use computed columns in our database tables to create additional model fields other than by using accessors.

{% embed url="<https://pineco.de/using-computed-columns-in-laravel/>" %}

Particularly useful where the model is exported via API or as an array and needs additional derived data.
