Column name INDEXED_ON is specified more than once
ERROR when Import into Demo 12SP9
database
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Body>
<SOAP-ENV:Fault xmlns:af="http://www.aras.com/InnovatorFault">
<faultcode>SOAP-ENV:Server</faultcode>
<faultstring><![CDATA[Column names in each table must be unique. Column name 'INDEXED_ON' in table 'innovator.CUSTOMER' is specified more than once. in SQL: ALTER TABLE [innovator].[CUSTOMER] ADD [INDEXED_ON] DATETIME NULL]]></faultstring>
<detail>
<af:legacy_detail><![CDATA[Column names in each table must be unique. Column name 'INDEXED_ON' in table 'innovator.CUSTOMER' is specified more than once. in SQL: ALTER TABLE [innovator].[CUSTOMER] ADD [INDEXED_ON] DATETIME NULL]]></af:legacy_detail>
<af:exception message="Column names in each table must be unique. Column name 'INDEXED_ON' in table 'innovator.CUSTOMER' is specified more than once. in SQL: ALTER TABLE [innovator].[CUSTOMER] ADD [INDEXED_ON] DATETIME NULL" type="Aras.Server.Core.InnovatorDatabaseException">
<af:innerException message="Column names in each table must be unique. Column name 'INDEXED_ON' in table 'innovator.CUSTOMER' is specified more than once." type="System.Data.SqlClient.SqlException" />
</af:exception>
</detail>
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>