0% found this document useful (0 votes)
16 views

Warehouses Goods - Families Inventory: Indexes Indexes

The document describes several database tables that are used to manage inventory and warehouse data. The tables track information about warehouses, goods, goods families, and inventory transactions. The tables include fields for IDs, names, amounts, dates, and audit information. Relationships between the tables allow tracking of inventory levels and movements between warehouses.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views

Warehouses Goods - Families Inventory: Indexes Indexes

The document describes several database tables that are used to manage inventory and warehouse data. The tables track information about warehouses, goods, goods families, and inventory transactions. The tables include fields for IDs, names, amounts, dates, and audit information. Relationships between the tables allow tracking of inventory levels and movements between warehouses.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

inventory

goods_families
warehouses id INT
id INT
id INT warehouses_id INT
code VARCHAR(25)
name VARCHAR(50) goods_id INT
name VARCHAR(45)
amount FLOAT goods
address VARCHAR(100) user_id_c INT
used_amount INT id INT
phone VARCHAR(20) user_id_m INT
user_id_c INT code VARCHAR(25)
sections_id INT created_at DATETIME
used_amount FLOAT name VARCHAR(45)
users_id INT updated_at DATETIME
user_id_m INT unit VARCHAR(15)
user_id_c INT deleted_at DATETIME
created_at DATETIME is_tool TINYINT
user_id_m INT Indexes
updated_at DATETIME goods_families_id VARCH…
created_at DATETIME
Indexes user_id_c INT
updated_at DATETIME
user_id_m INT
deleted_at DATETIME
Indexes created_at DATETIME

updated_at DATETIME

deleted_at VARCHAR(45)

Indexes

kardex
id INT

goods_id INT

warehouses_id INT

amount FLOAT

type VARCHAR(45)

usage_type VARCHAR(45)

date DATETIME

observation VARCHAR(45)

user_id_c INT

created_at DATETIME

updated_at DATETIME
Indexes

You might also like