JDatabaseImporterPostgresql::getAddColumnSQL
Get the SQL syntax to add a column.
Signature
protected function getAddColumnSQL(string
$table,
SimpleXMLElement
$fieldĀ )
Parameters
-
$table
- The table name.
-
$field
- The XML field definition.
Returns
- string