Sha256: 3266206627705ff460f3b589ce3f76ea6f873363c68cb51e2e63cda01a908dbe
Contents?: true
Size: 491 Bytes
Versions: 5
Compression:
Stored size: 491 Bytes
Contents
class CreateGeorgiaMailerMessages < ActiveRecord::Migration def change create_table :georgia_mailer_messages do |t| t.string :name t.string :email t.string :phone t.string :subject t.string :attachment t.text :message t.boolean :spam, default: false t.datetime :verified_at t.string :permalink t.string :user_ip t.string :user_agent t.string :referrer t.timestamps end end end
Version data entries
5 entries across 5 versions & 1 rubygems