add_column($table[, $field = array()[, $_after = NULL]])
Parameters: |
|
---|---|
Returns: |
TRUE on success, FALSE on failure |
Return type: |
bool |
Adds a column to a table. Usage: See Adding a Column to a Table.
add_column($table[, $field = array()[, $_after = NULL]])
Parameters: |
|
---|---|
Returns: |
TRUE on success, FALSE on failure |
Return type: |
bool |
Adds a column to a table. Usage: See Adding a Column to a Table.
Please login to continue.