mirror of
https://github.com/vran-dev/databasir.git
synced 2025-10-29 11:29:19 +08:00
feat: change document commnet db type to text (#182)
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user