2011-06-23から1日間の記事一覧

PostgresSQLでrake specするとNOTICEがいっぱいでる

NOTICE: CREATE TABLE will create implicit sequence "peroperos_id_seq" for serial column "peroperos.id" NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "peroperos_pkey" for table "peroperos" 〜略〜database.ymlに書いてあるけどm…