Added a comment for a test.
Ken Youens-Clark [Tue, 9 Sep 2003 16:04:38 +0000 (16:04 +0000)]
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 ''