diff options
Diffstat (limited to 'db/schema.rb')
| -rw-r--r-- | db/schema.rb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb index d58c3ae..f102db8 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -11,7 +11,7 @@ # # It's strongly recommended that you check this file into your version control system. -ActiveRecord::Schema.define(version: 20140222055630) do +ActiveRecord::Schema.define(version: 20140222145409) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" @@ -47,6 +47,8 @@ ActiveRecord::Schema.define(version: 20140222055630) do t.uuid "company_id" t.datetime "created_at" t.datetime "updated_at" + t.string "first_name" + t.string "last_name" end create_table "well_types", force: true do |t| |
