目次

データベース管理

初期データベースの作成

※以下のエラーがでる場合、database.ymlの「host: localhost」を「host: 127.0.0.1」に変更。mysql用ドライバのバグらしい。

Couldn't create database for {"reconnect"=>false, "encoding"=>"utf8", "username"
=>"testuser", "adapter"=>"mysql", "database"=>"depot_development", "host"=>"loca
lhost", "pool"=>5, "password"=>"testpassword"}, charset: utf8, collation: utf8_u
nicode_ci (if you set the charset manually, make sure you have a matching collat
ion)

テーブル管理

migrationとは

migrationファイルを作る

単独のmigrationファイルを作る

ruby script/generate migration create_tables

db/migrate/XXXXXXXXXXXXXXXX_create_tables.rbというファイルができているのでその中身を編集する。

※ただしmodelやscaffoldと同時にmigrationファイルを作るのが普通らしい。

migrationを最初からやりなおす

データ管理

マスターデータの管理


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS