is_default in address table

This commit is contained in:
Etienne Roudeix
2013-07-25 11:15:04 +02:00
parent f05331da1a
commit 6c046417cb
5 changed files with 60 additions and 60 deletions

View File

@@ -497,7 +497,7 @@ CREATE TABLE `address`
`country_id` INTEGER NOT NULL,
`phone` VARCHAR(20),
`cellphone` VARCHAR(20),
`default` TINYINT DEFAULT 0,
`is_default` TINYINT DEFAULT 0,
`created_at` DATETIME,
`updated_at` DATETIME,
PRIMARY KEY (`id`),