Sha256: 91c22d2f477c9412d578cae97d2d171d48212078b0f03a3518af7481c049ec3a
Contents?: true
Size: 160 Bytes
Versions: 16
Compression:
Stored size: 160 Bytes
Contents
class CreateCreditCards < ActiveRecord::Migration def change create_table :credit_cards do |t| t.string :name t.timestamps end end end
Version data entries
16 entries across 16 versions & 1 rubygems