Merge pull request '因长度过长,去除content字段的索引' (#297) from dominic.xiao/i3plus-pojo:test into ext-dev

Reviewed-on: http://git.estsh.com/i3-IMPP/i3plus-pojo/pulls/297
yun-zuoyi
臧学普 4 years ago
commit 62679b15f3

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

Loading…
Cancel
Save