karneaud opened this issue 7 years ago · 1 comments
How do I disable the timestamps in role_user table. I don't need it
role_user
There is no "config" way to do it. You could create a migration to remove those columns in an existing app or remove them in the published migration file if the application is still new.