I already viewed this link http://fuelphp.com/forums/discussion/13255/primary-keys-with-different-id-name but not found the answer. I want to know it's possible or not to use ORM default id as my custom id (admin_id). When I run this command in oil console "Model_Admin_Account::find(2)->to_array();" I know ORM find search 2 by id. I want to use it with my own admin_id. If there have to change in ORM configure, please could you tell me how to do?