Skip to Content
1
Jun 22, 2020 at 08:02 AM

Extra table getting created for for itemtype with deployment

138 Views

Hi,

I have created a new item type - BusinessProfile. File the code below:

<itemtype code="BusinessProfile" autocreate="true" generate="true">	
	<description>AFH Customer Company Details.</description>	
	<deployment table="BusinessProfile" typecode="32762" />	
....

After system update when i check the table in database i can see two table: businessprofile and businessprofile32762sn

I am not sure why second table is getting created businessprofile32762sn. I can see this pattern for all the item types with deployment tab with them.

Strange things is that these table with <typecode>sn are not getting created in our Hybris testing environment.

Hybris version: 1808

DB: MySQL

Could anyone let me know more on this?