fix: index sort field by default in tabFile (#25853)
This commit is contained in:
parent
2d71c2cbcd
commit
c14e5cc152
1 changed files with 1 additions and 0 deletions
|
|
@ -308,6 +308,7 @@ CREATE TABLE `tabFile` (
|
|||
`attached_to_doctype` varchar(255) DEFAULT NULL,
|
||||
PRIMARY KEY (`name`),
|
||||
KEY `parent` (`parent`),
|
||||
KEY `creation` (`creation`),
|
||||
KEY `attached_to_name` (`attached_to_name`),
|
||||
KEY `attached_to_doctype` (`attached_to_doctype`)
|
||||
) ENGINE=InnoDB ROW_FORMAT=DYNAMIC CHARACTER SET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue