Sha256: 0477bdae4012b57b2b5e1d0a709096ce7867012041b2a51144d44197261f2864
Contents?: true
Size: 371 Bytes
Versions: 5
Compression:
Stored size: 371 Bytes
Contents
class CreatePeople < ActiveRecord::Migration def change create_table :people do |t| t.string :name t.string :ssn_encrypted t.string :cc_encrypted t.string :details_encrypted t.string :business_card_encrypted t.string :favorite_color_encrypted t.string :non_ascii_encrypted t.timestamps null: false end end end
Version data entries
5 entries across 5 versions & 1 rubygems