tests coming along

This commit is contained in:
2023-05-10 21:03:21 +01:00
parent b652d54b8a
commit 2560fc36e7
6 changed files with 43 additions and 4 deletions

9
db/schema.rb generated
View File

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