verticalslice and reindex cleanups and tests

This commit is contained in:
Sergey Tsalkov
2012-09-20 20:50:05 -07:00
parent 2ffb770f8a
commit ed347e841a
4 changed files with 67 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ class ObjectTest extends SimpleTest {
$this->mdb->query("CREATE TABLE `accounts` (
`id` INT NOT NULL AUTO_INCREMENT PRIMARY KEY ,
`username` VARCHAR( 255 ) NOT NULL ,
`password` VARCHAR( 255 ) NOT NULL ,
`password` VARCHAR( 255 ) NULL ,
`age` INT NOT NULL DEFAULT '10',
`height` DOUBLE NOT NULL DEFAULT '10.0',
`favorite_word` VARCHAR( 255 ) NULL DEFAULT 'hi'