Alter table column with default value.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- tableName
- Type: System String
Table name
- columnName
- Type: System String
Column name
- newColumnName
- Type: System String
New column name, null if no new column is created
- newColumnType
- Type: System String
New column type, null if no new column is created
- newColumnAllowNull
- Type: System Boolean
Allow NULL values in new column or not
- newColumnDefaultValue
- Type: System String
Column default value
See Also