Alright, so I'm guessing I need to do the following:
I need to alter the default settings so that when an item is imported the default size for "TextArea" is 2048 instead of the standard 512. Each property group is inserted as its row in "OKM_NODE_PROPERTY" but I don't know what to enter in the database query. I'm pretty sure it is something like this:
I need to alter the default settings so that when an item is imported the default size for "TextArea" is 2048 instead of the standard 512. Each property group is inserted as its row in "OKM_NODE_PROPERTY" but I don't know what to enter in the database query. I'm pretty sure it is something like this:
Code: Select all
I just don't know what I have to type in where something is. Please help?ALTER TABLE OKM_NODE_PROPERTY ALTER COLUMN NPG_VALUE [i]something[/i] 2048