mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-24 01:07:58 -05:00
Update agency_name constraint in update script Show supplier_id in suppliers for use with item excel import
3 lines
81 B
SQL
3 lines
81 B
SQL
ALTER TABLE `ospos_suppliers`
|
|
ADD COLUMN `agency_name` VARCHAR(255) NOT NULL;
|