Hi

On 29 November 2011 07:03, Luc Prefontaine <lprefonta...@softaddicts.ca> wrote:
[...]
> It yields in MySql:
>
> CREATE TABLE meta_entities  (
>    id          int(11) NOT NULL,
>    name        varchar(255) NOT NULL,
>    created_at  datetime NULL,
>    updated_at  datetime NULL,
>    PRIMARY KEY(id)
> )
> ENGINE = InnoDB
> AUTO_INCREMENT = 0
>
> According to the AquaStudio tool I use to reverse engineer the DDL.

Just by the way, MySQL supports this:

SHOW CREATE TABLE meta_entities\G

No need to reverse engineer the DDL for the tables :)

-- 
Michael Wood <esiot...@gmail.com>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to