Hi!
I use postgresql. Today I found that my sequinces have too long names, and I decide to give em another names. After that an exception has occured:
“comments_id_seq” is the old name of sequence. I changed it to “comment_id”. I can’t find where in yii I can change the names of sequences. I also can’t find any mention about this in manual. Search in google didn’t give any results too.