JDatabaseImporterMysqli::getChangeColumnSQL
Get the syntax to alter a column.
Signature
protected function getChangeColumnSQL(string
$table,
SimpleXMLElement
$fieldĀ )
Parameters
-
$table
- The name of the database table to alter.
-
$field
- The XML definition for the field.
Returns
- string