Sha256: a0010ab8077acd21d16f0c0e0cf4e1826af3eb9d939cf90dbaa9ee7c2fed7fed
Contents?: true
Size: 142 Bytes
Versions: 331
Compression:
Stored size: 142 Bytes
Contents
class CreateStringField < ActiveRecord::Migration def change create_table :string_fields do |t| t.string :field end end end
Version data entries
331 entries across 331 versions & 2 rubygems