Database Raw Data:
Array
(
[0] => Array
(
[id] => 189
[user_id] => 21
[from_user_id] =>
[amount] => 0.07
[type] =>
[description] => Global CTO Pool Reward (Silver - 1 Shares): $0.07
[created_at] => 2026-08-12 01:13:07
)
[1] => Array
(
[id] => 184
[user_id] => 21
[from_user_id] => 27
[amount] => 15.00
[type] => milestone_reward
[description] => Milestone Reward for hitting 12 Directs!
[created_at] => 2026-08-12 00:46:54
)
[2] => Array
(
[id] => 183
[user_id] => 21
[from_user_id] => 27
[amount] => 5.00
[type] => direct_bonus
[description] => Direct Bonus from n
[created_at] => 2026-08-12 00:46:54
)
[3] => Array
(
[id] => 181
[user_id] => 21
[from_user_id] =>
[amount] => 2.50
[type] =>
[description] => Global CTO Pool Reward: $2.50
[created_at] => 2026-08-12 00:46:42
)
[4] => Array
(
[id] => 178
[user_id] => 21
[from_user_id] => 27
[amount] => 0.84
[type] => direct_bonus
[description] => Direct Bonus from n
[created_at] => 2026-08-12 00:35:43
)
)
Table Structure:
Array
(
[0] => Array
(
[Field] => id
[Type] => int(11)
[Null] => NO
[Key] => PRI
[Default] =>
[Extra] => auto_increment
)
[1] => Array
(
[Field] => user_id
[Type] => int(11)
[Null] => NO
[Key] => MUL
[Default] =>
[Extra] =>
)
[2] => Array
(
[Field] => from_user_id
[Type] => int(11)
[Null] => YES
[Key] => MUL
[Default] =>
[Extra] =>
)
[3] => Array
(
[Field] => amount
[Type] => decimal(10,2)
[Null] => NO
[Key] =>
[Default] =>
[Extra] =>
)
[4] => Array
(
[Field] => type
[Type] => enum('joining','retopup','direct_bonus','milestone_reward','level_bonus','wallet_convert','p2p_transfer')
[Null] => NO
[Key] =>
[Default] =>
[Extra] =>
)
[5] => Array
(
[Field] => description
[Type] => varchar(255)
[Null] => NO
[Key] =>
[Default] =>
[Extra] =>
)
[6] => Array
(
[Field] => created_at
[Type] => timestamp
[Null] => NO
[Key] =>
[Default] => current_timestamp()
[Extra] =>
)
)