Scaffold with no data ?

Hello, please help me with one little error that I have here. I have created database structure, than generated scaffold for it (script/ generate scaffold Artist). But when I try to use it, all i have is this (db contains t records):

What would you expect it to show if you're not created any attributes for the Artist model?

Did you rake db:migrate?

yes, of course.

Could you show us your migration file here?