delete table before inserting faker data

This commit is contained in:
Manuel Raynaud
2013-04-30 14:56:23 +02:00
parent 15610f8506
commit 7d766c68ff
10 changed files with 130 additions and 121 deletions

View File

@@ -28,7 +28,7 @@
<column name="ecotax" type="FLOAT" />
<column defaultValue="0" name="newness" type="TINYINT" />
<column defaultValue="0" name="promo" type="TINYINT" />
<column defaultValue="0" name="stock" type="INTEGER" />
<column defaultValue="0" name="quantity" type="INTEGER" />
<column defaultValue="0" name="visible" required="true" type="TINYINT" />
<column name="weight" type="FLOAT" />
<column name="position" required="true" type="INTEGER" />