How to add automated created_at and updated_at columns using alembic?
Like in rails when we create a migration, rails itself add a 2 columns created_at and updated_at and it is automatically updated in the database.
Like in rails when we create a migration, rails itself add a 2 columns created_at and updated_at and it is automatically updated in the database.