Schema for users: - id (bigint) - password_changed_at (timestamp without time zone) - isActive (boolean) - is_kyc_verified (boolean) - created_at (timestamp without time zone) - updated_at (timestamp without time zone) - permissions (jsonb) - remember_token (character varying) - user_name (character varying) - email_id (character varying) - phone_number (character varying) - password (character varying) - profile_picture (text) - user_type (character varying)