This commit is contained in:
nandar
2018-08-13 09:40:16 +06:30
parent f937789d1d
commit d1dfb1d262
4 changed files with 27 additions and 1 deletions

View File

@@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema.define(version: 20180726080303) do
ActiveRecord::Schema.define(version: 20180810041316) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
@@ -122,6 +122,12 @@ ActiveRecord::Schema.define(version: 20180726080303) do
t.string "name"
end
create_table "settings", force: :cascade do |t|
t.string "key"
t.string "value"
t.string "name"
end
create_table "users", force: :cascade do |t|
t.string "name", null: false
t.string "nrc"