Latest version - more stuff

This commit is contained in:
2023-05-10 14:40:56 +01:00
parent 843b510395
commit 793e944b5f
2 changed files with 21 additions and 4 deletions

8
db/schema.rb generated
View File

@@ -10,7 +10,13 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema[7.0].define(version: 2023_05_10_075444) do
ActiveRecord::Schema[7.0].define(version: 2023_05_10_132506) do
create_table "domains", charset: "utf8mb4", collation: "utf8mb4_general_ci", force: :cascade do |t|
t.string "domain"
t.datetime "created_at", null: false
t.datetime "updated_at", null: false
end
create_table "users", charset: "utf8mb4", collation: "utf8mb4_general_ci", force: :cascade do |t|
t.string "email", default: "", null: false
t.string "encrypted_password", default: "", null: false