网站首页 / 标签: magento库存表
默认数据库表建立方法:CREATE TABLE `inventory_stock_1` (`product_id` int(10) unsigned,`website_id` smallint(5) unsigned,`stock_id` smallint(5) unsigned,`quantity` decimal(12,4),`is_salable` smallint(5) unsigned,...