Inject User manually
User : admin
password : admin
insert into users (
id,
ref_id,
pos_id,
position,
plan_id,
total_invest,
firstname,
lastname,
username,
email,
country_code,
mobile,
balance,
password,
address,
status,
ev,
sv,
ver_code,
ver_code_send_at,
ts,
tv,
tsc,
remember_token,
created_at,
updated_at)
select
1,
0,
0,
0,
0,
0,
'Admin',
'User',
'admin',
'rootuser@site.com',
'AF',
0,
0,
'$2a$12$.iGHFW06hkXIU67Y/L9BtehL/ruTd7TB2zX9HMheI3lfLIlGdsdwK',
'{"address":"","city":"","state":"","zip":"","country":"Afganistan"}',
1,
1,
1,
'NULL',
'NULL',
0,
1,
'NULL',
'NULL',
'2020-07-25 07:40:06',
'2020-07-25 07:40:06'