|
id
|
int(11)
|
|
|
|
|
order_id
|
varchar(255)
|
|
|
|
|
user_id
|
int(11)
|
|
|
|
|
roblox_username
|
varchar(100)
|
|
|
|
|
roblox_user_id
|
bigint(20)
|
|
|
|
|
gamepass_id
|
bigint(20)
|
|
|
|
|
gamepass_name
|
varchar(255)
|
|
|
|
|
place_id
|
bigint(20)
|
|
|
|
|
universe_id
|
bigint(20)
|
|
|
|
|
robux_amount
|
int(11)
|
|
|
|
|
gamepass_price
|
int(11)
|
|
|
|
|
status
|
enum
|
-- |
|
pending
|
|
rbxcrate_response
|
text
|
|
|
|
|
notes
|
text
|
|
|
|
|
created_at
|
timestamp
|
|
|
current_timestamp()
|
|
updated_at
|
timestamp
|
|
|
current_timestamp()
|