Users table exists: Yes Roles table exists: Yes Users table structure: id: integer email_verified_at: timestamp without time zone last_login_at: timestamp without time zone is_active: boolean created_at: timestamp without time zone updated_at: timestamp without time zone fullname: character varying email: character varying password: character varying remember_token: character varying token: character varying Roles table structure: updated_at: timestamp without time zone is_system_role: boolean created_at: timestamp without time zone role_id: integer parent_role_id: integer role_name: character varying role_slug: character varying description: text