1. migration 裡要建立浮點數, decimal, float 都可以, 也建議加上 precision, scale 兩個 options
2.要建立one-way migration, 可以在down method 裡丟出 ActiveRecord::IrreversibleMigration 這樣的execption
3. options 的參數可以讓我們指定底層資料庫的選項, 例如 :options => 'default charset=utf8'
4. ActiveRecord::Base.connect 的boject 可以呼叫所有的migration method, 所以我們在model, controller, view 裡也都可以用它, BTW
沒有留言:
張貼留言