Just add a 'comments' table. Seems a lot of extra work and 'extra tools' needed to read the comments, which could potentially be missed. Add a 'comments' table with a 'comment' field which you can even add dates, usernames, etc, to.
Thanks, Chris On Wed, Mar 15, 2017 at 11:12 AM, Clemens Ladisch <[email protected]> wrote: > PICCORO McKAY Lenz wrote: > > an important feature in a DB its the column field that gives to > developers > > metadata info INDEPENDENT of the tecnologies used, due by this way with a > > simple text editor in generated script developer can read and use minimal > > info for understanding structure ... > > There is no widely accepted standard for comments in SQL, except /* actual > comments */, and neither is there one for metadata, except as actual data > in your own metadata table(s). Adding some non-standard mechanism would > not allow anything that isn't already possible. > > > Regards, > Clemens > _______________________________________________ > sqlite-users mailing list > [email protected] > http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users > _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

