Find a record by its primary key or throw an exception.
Future<T> findOrFail(dynamic id, [String column = 'id']);