Sha256: 387b53460429211bc94c26e355f5de6197a475f6aea0518c731c3689b9123151
Contents?: true
Size: 466 Bytes
Versions: 2
Compression:
Stored size: 466 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.string "icontact_id" t.datetime "icontact_created" t.string "bounces" t.string "custom_field" t.datetime "created_at" t.datetime "updated_at" end end
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
SFEley-acts_as_icontact-0.2.0 | spec/examples/schema.rb |
acts_as_icontact-0.2.0 | spec/examples/schema.rb |