mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
* FB-1739: Add ability to add a description to a table on creation - Added CommentOption to handle text after COMMENT option. - added description field in the createtable plan. - The description is stored in the existing index metadata. |
||
|---|---|---|
| .. | ||
| ast.go | ||
| ast_test.go | ||
| astdatatype.go | ||
| parser.go | ||
| parser_test.go | ||
| scanner.go | ||
| scanner_test.go | ||
| token.go | ||
| token_test.go | ||
| walk.go | ||