update schema for customer

This commit is contained in:
Manuel Raynaud
2013-07-12 16:48:25 +02:00
parent 38355a6401
commit 72df28f439
5 changed files with 261 additions and 59 deletions

View File

@@ -329,6 +329,8 @@
<table name="customer" namespace="Thelia\Model">
<column autoIncrement="true" name="id" primaryKey="true" required="true" type="INTEGER" />
<column name="ref" required="true" size="50" type="VARCHAR" />
<column name="firstname" required="true" size="255" type="VARCHAR" />
<column name="lastname" required="true" size="255" type="VARCHAR" />
<column name="email" size="50" type="VARCHAR" />
<column name="password" size="255" type="VARCHAR" />
<column name="algo" size="128" type="VARCHAR" />