因长度过长,去除content字段的索引

yun-zuoyi
Dominic_Xiao 4 years ago
parent b8cfeb6062
commit c787981c14

@ -28,7 +28,7 @@ import java.io.Serializable;
@Inheritance(strategy = InheritanceType.JOINED)
@Table(name = "IF_EDI_INITIAL_DATA", indexes = {
@Index(columnList = "PROGRAM_DATA"),
@Index(columnList = "CONTENT"),
// @Index(columnList = "CONTENT"),
@Index(columnList = "SYNC_STATUS")
})
@Api("EDI_初始数据表")

Loading…
Cancel
Save