|
id
|
bigint(20) unsigned
|
|
|
|
|
user_id
|
bigint(20) unsigned
|
|
|
|
|
payment_channel_id
|
bigint(20) unsigned
|
|
|
Browse foreign values
|
|
reference
|
varchar(255)
|
|
|
|
|
amount
|
decimal(30,2)
|
|
|
|
|
status
|
enum
|
-- |
|
PENDING
|
|
metadata
|
text
|
|
|
|
|
remarks
|
text
|
|
|
|
|
paid_at
|
timestamp
|
|
|
|
|
expired_at
|
timestamp
|
|
|
|
|
cancelled_at
|
timestamp
|
|
|
|
|
created_at
|
timestamp
|
|
|
|
|
updated_at
|
timestamp
|
|
|
|