H2 already have optional COMMENT part in the column definition statement (http://www.h2database.com/html/grammar.html#column_definition) for CREATE TABLE statement (http://www.h2database.com/html/commands.html#create_table) but comment for the entire table still must be provided in separated COMMENT ON statement (http://www.h2database.com/html/commands.html#comment)
I would like to have a COMMENT part in CREATE TABLE statement to provide a comment for this table. Please register this feature request. UPD: I look to try to create a pool request, and have found https://github.com/h2database/h2database/blob/7ad4fd5df1bbbce79c760cb15f186b8a404b2fdf/h2/src/main/org/h2/command/Parser.java#L10323 it is already implemented! So please update the documentation! -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/h2-database/3cae39cf-b689-4aa0-b375-f7dd15d36e1fn%40googlegroups.com.
