Gii CRUD generator without primary key

Hello!

Is it possible to use the gii CRUD generator when my table don’t have a primary key? Each row has a unique id.

That unique ID should be the primary key.