httpoz/roles

Disabling Timestamps

karneaud opened this issue · 1 comments

How do I disable the timestamps in role_user table. I don't need it

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.