account and session table expiry column explanation

I could able to see two expiry columns in account table and session table

  1. account table: "access_token_expires_at" TIMESTAMP, "refresh_token_expires_at" TIMESTAMP,
  2. session tableexpires_at" TIMESTAMP NOT NULL,
what is the difference between account table and session table expiry columns
Was this page helpful?