purchase_items

11 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id INT UNSIGNED 10 null
item VARCHAR 255 null
price INT 10 null
quantity INT 10 null
detail VARCHAR 255 null
url VARCHAR 255 null
purchase_order_id INT 10 null
finance_check BIT 1 null
created_at DATETIME 19 CURRENT_TIMESTAMP
updated_at DATETIME 19 CURRENT_TIMESTAMP

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id

Relationships