AI OnAI Off
Decorating your data type like this should automatically create new columns as needed:
[EPiServerDataStore(AutomaticallyRemapStore = true)]
public class YourDataType
{
}
I have used that decorator but it is not creating new columns and throwing an error saying that new column is not existing.
The tables are already existing and have some data in it. Do i need to do any remapping for the store?
Regards,
Manik
Hi All,
I am trying to update a compile time data type on a pre-existing DDS store.
Simple example is i am adding couple of new properties on compile time data type.
Is it possible for me to add new columns to that store/table? If yes kindly let me know the process. As i am not able to create a new columns for the table which was created already even after adding the new columns and deploying the dll.
Regards,
Manik