I'm testing my app, it is in a good state and then I change the column name (not at model, but really at the database), tested on pure MySQL query and it is an error. However the model->save() return TRUE, why? I'm using save build, could this be the reason? do you know under what particular situation will model::save return FALSE?
update: found a possibly related stackoverflow
FYI it is UPDATE not CREATE