Sha256: 865b7814d53b0d5081dafded8b027f2fac59c33459b94f9526972608ec76a64d
Contents?: true
Size: 258 Bytes
Versions: 4
Compression:
Stored size: 258 Bytes
Contents
class CreateSequential < ActiveRecord::Migration def change create_table(:sequential) do |t| t.string :model t.string :column t.string :scope t.integer :scope_value t.integer :value t.timestamps end end end
Version data entries
4 entries across 2 versions & 1 rubygems