Sha256: 424a7c8dc0f8bfc90a6f057f53bc1ae1fbb54e0603614d20d29b57b601a17d18
Contents?: true
Size: 570 Bytes
Versions: 16
Compression:
Stored size: 570 Bytes
Contents
ActiveRecord::Schema.define do create_table "people", :force => true do |t| t.string "firstName" t.string "surname" t.string "email", :null => false t.string "icontact_status" t.string "status" t.integer "icontact_id" t.string "address" t.string "state_or_province" t.string "zip" t.string "business" t.datetime "icontactCreated" t.integer "bounces" t.string "custom_field" t.datetime "created_at" t.datetime "updated_at" end end
Version data entries
16 entries across 16 versions & 2 rubygems