Skip to content

Commit

Permalink
Update schema
Browse files Browse the repository at this point in the history
  • Loading branch information
brianjaustin committed Dec 2, 2023
1 parent f14362f commit 311b59b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1057,7 +1057,7 @@
create_table "skins", id: :integer, charset: "utf8mb4", collation: "utf8mb4_unicode_ci", options: "ENGINE=InnoDB ROW_FORMAT=DYNAMIC", force: :cascade do |t|
t.string "title"
t.integer "author_id"
t.text "css"
t.text "css", size: :long
t.boolean "public", default: false
t.boolean "official", default: false
t.datetime "created_at"
Expand Down

0 comments on commit 311b59b

Please sign in to comment.