|
10 | 10 | # |
11 | 11 | # It's strongly recommended that you check this file into your version control system. |
12 | 12 |
|
13 | | -ActiveRecord::Schema[7.1].define(version: 2025_12_16_022119) do |
| 13 | +ActiveRecord::Schema[7.2].define(version: 2025_12_16_022119) do |
14 | 14 | create_table "barcodes", force: :cascade do |t| |
15 | 15 | t.integer "product_id", null: false |
16 | 16 | t.string "code", default: "", null: false |
|
58 | 58 | t.datetime "updated_at", precision: nil |
59 | 59 | t.string "avatar_file_name" |
60 | 60 | t.string "avatar_content_type" |
61 | | - t.bigint "avatar_file_size" |
| 61 | + t.integer "avatar_file_size" |
62 | 62 | t.datetime "avatar_updated_at", precision: nil |
63 | 63 | t.integer "category", default: 0 |
64 | 64 | t.integer "stock", default: 0, null: false |
|
74 | 74 | t.integer "dagschotel_id" |
75 | 75 | t.string "avatar_file_name" |
76 | 76 | t.string "avatar_content_type" |
77 | | - t.bigint "avatar_file_size" |
| 77 | + t.integer "avatar_file_size" |
78 | 78 | t.datetime "avatar_updated_at", precision: nil |
79 | 79 | t.integer "orders_count", default: 0 |
80 | 80 | t.boolean "koelkast", default: false |
|
0 commit comments