Composite Primary Key On Table

when table has a composite primary key which is not supported by crud generator.

how to solve this?

according to

http://www.yiiframework.com/forum/index.php/topic/9619-crud-support-for-composite-primary-keys/page__p__47422__hl__crud+compo+ite#entry47422

composite primary key seems to not supported yet.

So you could add an extra primary (unique) key in your table.

ok thanks for your reply