Postgres database: iondb
Postgres table: rundb_remoteaccount
| Field | Type | Description |
|---|---|---|
| access_token | String (up to 2048) | access token |
| account_label | String (up to 64) | account label |
| id | Integer | ID |
| refresh_token | String (up to 2048) | refresh token |
| remote_resource | String (up to 2048) | remote resource |
| token_expires | Date (with time) | token expires |
| user_name | String (up to 255) | user name |