MySQL schema

Hi,

I just downloaded yii 1.1.8 and I’am trying to use it with a MySQL base on the yii blog tutorial. I can’t find the whole SQL schema. The files [font=“Courier New”]protected/data/schema.sqlite.sql[/font] and [font=“Courier New”]protected/data/schema.mysql.sql[/font] are incomplete. Is there any other location where I can find this ?

schema.mysql.sql should contain schema and some inserts(data). Have a look properly.

There is not other location dedicated to save db data.

It just contains tbl_user structure and data. There is no other tables. I finally took the SQL script of yii 1.1.7 which contains data and structure for all the tables…