eBay Database Schema Check
2025-11-10 22:15:54: Checking database connection... OK
2025-11-10 22:15:54: Table 'ebay_tokens' exists. Checking columns...
2025-11-10 22:15:54: 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-11-10 22:15:54: Column 'refresh_token' exists!
2025-11-10 22:15:54: No tokens found in the database.