Run this command to create the refresh_token table:
npm run migration:runThe migration will:
- Create the
refresh_tokentable - Add all necessary columns
- Create an index on the
tokencolumn for fast lookups - Add a foreign key to the
usertable with cascade delete
query: SELECT * FROM current_schema()
query: SELECT version();
query: SELECT * FROM "information_schema"."tables" WHERE "table_schema