eBay Database Schema Check
2025-08-05 02:36:45: Checking database connection... OK
2025-08-05 02:36:45: Table 'ebay_tokens' exists. Checking columns...
2025-08-05 02:36:45: Current table schema:
Array
(
[id] => Array
(
[Field] => id
[Type] => int
[Null] => NO
[Key] => PRI
[Default] =>
[Extra] => auto_increment
)
[type] => Array
(
[Field] => type
[Type] => varchar(20)
[Null] => NO
[Key] => MUL
[Default] =>
[Extra] =>
)
[token] => Array
(
[Field] => token
[Type] => text
[Null] => NO
[Key] =>
[Default] =>
[Extra] =>
)
[refresh_token] => Array
(
[Field] => refresh_token
[Type] => text
[Null] => YES
[Key] =>
[Default] =>
[Extra] =>
)
[expires_at] => Array
(
[Field] => expires_at
[Type] => datetime
[Null] => NO
[Key] =>
[Default] =>
[Extra] =>
)
[created_at] => Array
(
[Field] => created_at
[Type] => timestamp
[Null] => YES
[Key] =>
[Default] => CURRENT_TIMESTAMP
[Extra] => DEFAULT_GENERATED
)
[updated_at] => Array
(
[Field] => updated_at
[Type] => timestamp
[Null] => NO
[Key] =>
[Default] => CURRENT_TIMESTAMP
[Extra] => DEFAULT_GENERATED on update CURRENT_TIMESTAMP
)
)
2025-08-05 02:36:45: Column 'refresh_token' exists!
2025-08-05 02:36:45: Found 1 existing tokens:
ID | Type | Token Preview | Expires At | Status |
---|
8 | client_credentials | v^1.1#i^1#p^1#I^3#f^... | 2025-08-05 04:36:39 | Valid |