Adding Local Attribute Columns
Version: Windchill 13.0
Use Case: I am executing the "AddColumns" command in the Windchill Shell. I am trying to add columns to the "wt.epm.EPMDocument" type. Having run the command already, I can see the following results when I run the command with the "-r" parameter: Total String column count = 0 (Database) **WARNING Total String column count = 0 (AddColumnsSchema.xml) **WARNING Total String column count = 1 (Introspection) **WARNING Total String column count = 1 (Class) **WARNING I have ran "AddColumns -syncFromDB" but still receive the results detailed above. After running this command I would expect the total string column counts for "Introspection" and "Class" to be set to 0. Ultimately, this issue stems from the need to add new columns to this type to allow me to create new local attributes for a new sub-type of "wt.epm.EPMDocument".
Description:
I am unable to establish how I can restore the total string column counts for "Introspection" and "Class" to "0". Secondly, I have created a sub-type of the type "wt.epm.EMPDocument" and have a requirement to add local attributes to this new type. It seems I am unable to run the "AddColumns wt.epm.EMPDocument String=1" command successfully whereby the database and the "AddColumnsSchema.xml" are updated. I have received errors such as those seen below when running "AddColumns -r wt.epm.EPMDocument":
1. "The type wt.epm.EPMDocument has not implemented interface: wt.epm.EPMDocumentTypeInterface"
2. "Standard attribute columns have not been enabled for this type"
Please can someone advise how I can restore the total string column counts for "Introspection" and "Class" to "0" again. And, how I can create columns in the database to allow me to add local attributes to my new sub-type?

