|
1 |
| -# frozen_string_literal: true |
2 |
| - |
3 | 1 | # This file is auto-generated from the current state of the database. Instead
|
4 | 2 | # of editing this file, please use the migrations feature of Active Record to
|
5 | 3 | # incrementally modify your database, and then regenerate this schema definition.
|
|
12 | 10 | #
|
13 | 11 | # It's strongly recommended that you check this file into your version control system.
|
14 | 12 |
|
15 |
| -ActiveRecord::Schema.define(version: 20_191_011_212_619) do |
| 13 | +ActiveRecord::Schema.define(version: 2019_10_11_212619) do |
| 14 | + |
16 | 15 | # These are extensions that must be enabled in order to support this database
|
17 |
| - enable_extension 'plpgsql' |
| 16 | + enable_extension "plpgsql" |
18 | 17 |
|
19 |
| - create_table 'users', force: :cascade do |t| |
20 |
| - t.string 'name' |
21 |
| - t.string 'email' |
22 |
| - t.datetime 'created_at', precision: 6, null: false |
23 |
| - t.datetime 'updated_at', precision: 6, null: false |
24 |
| - t.string 'password_digest' |
25 |
| - t.index ['email'], name: 'index_users_on_email', unique: true |
| 18 | + create_table "users", force: :cascade do |t| |
| 19 | + t.string "name" |
| 20 | + t.string "email" |
| 21 | + t.datetime "created_at", precision: 6, null: false |
| 22 | + t.datetime "updated_at", precision: 6, null: false |
| 23 | + t.string "password_digest" |
| 24 | + t.index ["email"], name: "index_users_on_email", unique: true |
26 | 25 | end
|
| 26 | + |
27 | 27 | end
|
0 commit comments