feat: change document commnet db type to text (#182)

This commit is contained in:
vran
2022-05-17 12:07:54 +08:00
committed by GitHub
parent d345fee98f
commit 02c76cdbba
4 changed files with 9 additions and 4 deletions

View File

@@ -0,0 +1,4 @@
ALTER TABLE databasir.table_document
MODIFY COLUMN `comment` TEXT DEFAULT NULL;
ALTER TABLE databasir.table_column_document
MODIFY COLUMN `comment` TEXT DEFAULT NULL;