Get list of installed columns in a table
public static getTableColumns ( string $tableName ) : array | ||
$tableName | string | The name of a table. |
return | array | Installed columns indexed by the column name. |
public static getTableColumns ( string $tableName ) : array | ||
$tableName | string | The name of a table. |
return | array | Installed columns indexed by the column name. |