Add 'funding' in inventory API
To migrate, run: alter table stock add column funding_uid bigint unsigned after payment_uid, add index funding_uid (funding_uid); alter table inventory_stock add column funding_uid bigint unsigned after payment_uid;
Showing
Please register or sign in to comment