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

@@ -453,6 +453,8 @@ CREATE TABLE `customer`
(
`id` INTEGER NOT NULL AUTO_INCREMENT,
`ref` VARCHAR(50) NOT NULL,
`firstname` VARCHAR(255) NOT NULL,
`lastname` VARCHAR(255) NOT NULL,
`email` VARCHAR(50),
`password` VARCHAR(255),
`algo` VARCHAR(128),