[例外]
SQLSTATE[42S02]: ベース テーブルまたはビューが見つかりません: 1146 テーブル 'lotus.product_types' は存在しません (SQL: alter table product_types
add id
int unsigned
not null auto_increment primary key, add name
varchar(100) not null, add company_id
varchar(255) not null, add created_at
timestamp default 0
not null, add updated_at
timestamp default 0 not null, add deleted_at
timestamp null) (Bindings: array (
))
の解き方