CodeIgniter v4.6.4 Command Line Tool - Server Time: 2026-02-09 13:12:44 UTC+00:00 --- User Types in Database --- customer: 4 merchant: 16 admin: 6 --- Recent Customers in 'users' --- {"id":"69","user_name":"Bob Brown","phone_number":"6666666666","user_type":"customer","isActive":"t","created_at":null} {"id":"68","user_name":"Alice Johnson","phone_number":"5555555555","user_type":"customer","isActive":"t","created_at":null} {"id":"67","user_name":"Jane Smith","phone_number":"0987654321","user_type":"customer","isActive":"t","created_at":null} {"id":"66","user_name":"John Doe","phone_number":"1234567890","user_type":"customer","isActive":"t","created_at":null} --- Recent 'customers' table entries --- {"id":"1","user_table_id":"75","fullname":"Customer 9946998585","dateofbirth":null,"address":null,"current_plan":null,"plan_activated_at":null,"isactive":"t","created_at":"2026-02-09 07:02:39","updated_at":"2026-02-09 07:02:39","bux_amount":"0.00"} --- Schema of 'users' table --- id (bigint) - Nullable: NO password_changed_at (timestamp without time zone) - Nullable: YES isActive (boolean) - Nullable: NO is_kyc_verified (boolean) - Nullable: NO created_at (timestamp without time zone) - Nullable: YES updated_at (timestamp without time zone) - Nullable: YES permissions (jsonb) - Nullable: YES remember_token (character varying) - Nullable: YES user_name (character varying) - Nullable: NO email_id (character varying) - Nullable: YES phone_number (character varying) - Nullable: YES password (character varying) - Nullable: YES profile_picture (text) - Nullable: YES user_type (character varying) - Nullable: NO