get Real Customers: fix findByActive + database change
This commit is contained in:
@@ -20,6 +20,7 @@ CREATE TABLE IF NOT EXISTS `customer` (
|
||||
`email` char(100) DEFAULT NULL,
|
||||
`sex` enum('m','w') DEFAULT 'm',
|
||||
`age` tinyint DEFAULT NULL,
|
||||
`active` enum('Y','N','D','S') DEFAULT 'N',
|
||||
PRIMARY KEY (`customer_id`)
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8 COLLATE=utf8_hungarian_ci;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user