リビジョン 9eaed6ad
| db/migrate/001_create_terms.rb | ||
|---|---|---|
|
class CreateTerms < ActiveRecord::Migration
|
||
|
class CreateTerms < ActiveRecord::Migration[4.2]
|
||
|
def self.up
|
||
|
# CreateTermCategories
|
||
|
create_table :term_categories, :force => true do |t|
|
||
db migration with versioning