Browse Source

feat: update schema

pull/1163/head
natdeanlewissoftwire 3 years ago
parent
commit
620aa0c770
  1. 3
      db/schema.rb

3
db/schema.rb

@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema[7.0].define(version: 2023_01_06_145107) do
ActiveRecord::Schema[7.0].define(version: 2023_01_09_160738) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
@ -466,6 +466,7 @@ ActiveRecord::Schema[7.0].define(version: 2023_01_06_145107) do
t.string "sex4"
t.string "sex5"
t.string "sex6"
t.integer "mortlen"
t.datetime "hodate", precision: nil
t.integer "hoday"
t.integer "homonth"

Loading…
Cancel
Save