remove combination_id in stock table
This commit is contained in:
@@ -261,7 +261,6 @@
|
||||
</table>
|
||||
<table name="stock" namespace="Thelia\Model">
|
||||
<column autoIncrement="true" name="id" primaryKey="true" required="true" type="INTEGER" />
|
||||
<column name="combination_id" type="INTEGER" />
|
||||
<column name="product_id" required="true" type="INTEGER" />
|
||||
<column name="increase" type="FLOAT" />
|
||||
<column name="quantity" required="true" type="FLOAT" />
|
||||
|
||||
Reference in New Issue
Block a user