schema update
This commit is contained in:
+13
-1
@@ -10,7 +10,7 @@
|
||||
#
|
||||
# It's strongly recommended that you check this file into your version control system.
|
||||
|
||||
ActiveRecord::Schema[8.1].define(version: 2026_08_02_000003) do
|
||||
ActiveRecord::Schema[8.1].define(version: 2026_08_04_000001) do
|
||||
create_table "admin_users", charset: "utf8mb4", collation: "utf8mb4_0900_ai_ci", force: :cascade do |t|
|
||||
t.datetime "created_at", null: false
|
||||
t.string "email", default: "", null: false
|
||||
@@ -170,6 +170,18 @@ ActiveRecord::Schema[8.1].define(version: 2026_08_02_000003) do
|
||||
t.index ["image_id"], name: "index_members_on_image_id"
|
||||
end
|
||||
|
||||
create_table "platform_links", id: { type: :bigint, unsigned: true }, charset: "utf8mb4", collation: "utf8mb4_0900_ai_ci", force: :cascade do |t|
|
||||
t.datetime "created_at", precision: 3
|
||||
t.datetime "deleted_at", precision: 3
|
||||
t.string "name", limit: 128
|
||||
t.string "platform", limit: 128
|
||||
t.integer "position", default: 0, null: false
|
||||
t.datetime "updated_at", precision: 3
|
||||
t.string "url"
|
||||
t.index ["deleted_at"], name: "idx_platform_links_deleted_at"
|
||||
t.index ["platform"], name: "idx_platform_links_platform"
|
||||
end
|
||||
|
||||
create_table "release_assets", id: { type: :bigint, unsigned: true }, charset: "utf8mb4", collation: "utf8mb4_0900_ai_ci", force: :cascade do |t|
|
||||
t.datetime "created_at", precision: 3, null: false
|
||||
t.datetime "deleted_at", precision: 3
|
||||
|
||||
Reference in New Issue
Block a user