On Tue, May 29, 2012 at 6:23 AM, Mohit Srivastava
<srivastavamohi...@gmail.com> wrote:
> Hi,
>
> Also I was thinking to delete these lines from test-case :
>
> CREATE TABLE `people` (
>   `_id` BIGINT NOT NULL AUTO_INCREMENT,
>   `document` TEXT COLLATE utf8_general_ci,
>   PRIMARY KEY (`_id`) USING BTREE
> ) ENGINE=InnoDB COLLATE = utf8_general_ci;
>
> The table can be created automatically .

Well, I think you can have both. Create the "people" table with CREATE
TABLE, but let the "anothertable" be created automatically. It's good
to cover all possible cases.

henrik
-- 
henrik.i...@avoinelama.fi
+358-40-8211286 skype: henrik.ingo irc: hingo
www.openlife.cc

My LinkedIn profile: http://www.linkedin.com/profile/view?id=9522559

_______________________________________________
Mailing list: https://launchpad.net/~drizzle-discuss
Post to     : drizzle-discuss@lists.launchpad.net
Unsubscribe : https://launchpad.net/~drizzle-discuss
More help   : https://help.launchpad.net/ListHelp

Reply via email to