Sha256: bdf4cff724e555d610abd37ac7ca9ffa3838d0a2cef412863d57f365063ab665
Contents?: true
Size: 317 Bytes
Versions: 66
Compression:
Stored size: 317 Bytes
Contents
class CreateWidgets < ActiveRecord::Migration def change create_table :widgets do |t| t.integer :category_id t.string :column2 t.text :column3 t.datetime :column4 t.boolean :column5 t.string :column6 t.integer :column7 t.timestamps null: false end end end
Version data entries
66 entries across 66 versions & 1 rubygems