Sha256: 3f4844c77ac29c74677a1a74eb3c08c566839c30117150528d4287729a2af85f
Contents?: true
Size: 258 Bytes
Versions: 12
Compression:
Stored size: 258 Bytes
Contents
class CreateSpinaInquiries < ActiveRecord::Migration def change create_table :spina_inquiries do |t| t.string :name t.string :email t.string :phone t.text :message t.boolean :archived t.timestamps end end end
Version data entries
12 entries across 12 versions & 1 rubygems