laravel-metable
laravel-metable copied to clipboard
[Suggestion] Add created/updated timestamps
Is there any particular reason that the meta model doesn't have created/updated timestamps? They would be useful to have available at times.
I can certainly add them to my own model, of course. I'm just curious what your thoughts are about adding them to the core package.
Thanks!
Good question. I guess I didn't have a use for them when I initially created the package (was dealing with very transient data). I wouldn't push out a major version for that alone, but next time the schema needs to be modified that could be included (too bad we didn't think of it yesterday)
That sounds great, thanks for considering it 👍🏻