Skip to content

Commit

Permalink
chore schema.rb: #7
Browse files Browse the repository at this point in the history
  add schema information
  • Loading branch information
Pauloparakleto committed Dec 20, 2023
1 parent 1ab456f commit df4d520
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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_11_29_174620) do
ActiveRecord::Schema[7.0].define(version: 2023_12_20_232520) do
# These are extensions that must be enabled in order to support this database
enable_extension "pgcrypto"
enable_extension "plpgsql"
Expand Down Expand Up @@ -237,6 +237,7 @@
t.string "extra_sku"
t.integer "account_id"
t.integer "store_id"
t.bigint "bling_id"
t.index ["account_id"], name: "index_products_on_account_id"
t.index ["category_id"], name: "index_products_on_category_id"
end
Expand Down

0 comments on commit df4d520

Please sign in to comment.