Rails>db>typeカラム
こんなメッセージをいただいた。
The single-table inheritance mechanism failed to locate the subclass: 'mobile'. This error is raised because the column 'type' is reserved for storing the class in case of inheritance. Please rename this column if you didn't intend it to be used for storing the inheritance class or overwrite Phone.inheritance_column to use another column for that information.
typeカラムは使ってはいけないみたいです。