My question is how do you find the "type" for a database column whats the difference between text / string. Is there anyway I can find this out?
script/generate scaffold ModelName field1:type field2:type field3:type
or
script/generate scaffold Post title:string body:text category_id:integer