Sha256: 325962e9db15658bc43b3730336d5243c8e48996605d120c947ebabd501ac35b
Contents?: true
Size: 236 Bytes
Versions: 1
Compression:
Stored size: 236 Bytes
Contents
# frozen_string_literal: true class CreateQuestionTypes < ActiveRecord::Migration def change create_table :question_types do |t| t.string :title t.integer :sort_order t.timestamps end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
translation_cms-0.1.5 | db/migrate/20130719075738_create_question_types.rb |