Subject | Re: Include schema documentation in database |
---|---|
Author | mircostange |
Post date | 2002-04-03T06:55:43Z |
Ok, but is there any SQL DDL statement to fill in the description? I
need to generate the database from an SQL script, so this would help.
Of course, I can write "update rdb$relation_fields set
rdb$description='lala' where ....", but this way description and
documentation would not be together in the script - a potential
source of errors (typos, forgotten description, ...)
Why does Firebird not support a COMMENT clause in CREATE TABLE?
Mirco
need to generate the database from an SQL script, so this would help.
Of course, I can write "update rdb$relation_fields set
rdb$description='lala' where ....", but this way description and
documentation would not be together in the script - a potential
source of errors (typos, forgotten description, ...)
Why does Firebird not support a COMMENT clause in CREATE TABLE?
Mirco