Sha256: 0a904ded049ca191a9f3c98173f0e11f6ebb95e5a9bbf19755cba874f6c22728
Contents?: true
Size: 374 Bytes
Versions: 11
Compression:
Stored size: 374 Bytes
Contents
class CreateValidationTesters < ActiveRecord::Migration def change create_table :validation_testers do |t| t.string :name t.string :slug t.string :second_slug t.string :email t.string :url t.string :phone t.string :zip t.string :canadian_zip t.string :youtube_url t.timestamps null: false end end end
Version data entries
11 entries across 11 versions & 1 rubygems