lib/generators/rodauth/oauth/templates/db/migrate/create_rodauth_oauth.rb in rodauth-oauth-0.9.2 vs lib/generators/rodauth/oauth/templates/db/migrate/create_rodauth_oauth.rb in rodauth-oauth-0.9.3

- old
+ new

@@ -75,8 +75,9 @@ t.datetime :revoked_at t.string :scopes, null: false t.datetime :created_at, null: false, default: -> { "CURRENT_TIMESTAMP" } # uncomment to use OIDC nonce # t.string :nonce + # t.datetime :auth_time end end end \ No newline at end of file