Sha256: 2af1a73c50f06975ae8929be16b3b0a08436bd7aac24cef733cb21192134c36d
Contents?: true
Size: 264 Bytes
Versions: 1
Compression:
Stored size: 264 Bytes
Contents
# This migration comes from astrochimp (originally 20121025202343) class CreateAstrochimpSignups < ActiveRecord::Migration def change create_table :astrochimp_signups do |t| t.string :email t.integer :status t.timestamps end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
astrochimp-0.1.0 | test/dummy/db/migrate/20121026003306_create_astrochimp_signups.astrochimp.rb |