use set ID like we do with the other entities

This commit is contained in:
2026-03-08 15:04:31 -04:00
parent 60fb4e197c
commit 88b452b889
3 changed files with 4 additions and 4 deletions

View File

@@ -11,7 +11,6 @@
class CreateItems < ActiveRecord::Migration[7.0]
def change
create_table :items do |t|
t.integer :qbo_id, null: false
t.text :description, null: false
t.decimal :unit_price,
precision: 15,