Added a comment for a test.
[dbsrgits/SQL-Translator.git] / t / data / mysql / sqlfxml-producer-basic.sql
index a5b0874..c8b3131 100644 (file)
@@ -8,6 +8,7 @@
 -- Table: Basic
 --
 CREATE TABLE Basic (
+    -- comment on id field
     id integer(10) NOT NULL auto_increment
    ,title varchar(100) NOT NULL DEFAULT 'hello'
    ,description text DEFAULT ''