$fields
$fields : array
Fields data
PDO PostgreSQL Forge Class
add_key(string $key, boolean $primary = FALSE) : \CI_DB_forge
Add Key
string | $key | |
boolean | $primary |
add_field(array $field) : \CI_DB_forge
Add Field
array | $field |
_drop_table(string $table, boolean $if_exists) : mixed
Drop Table
Generates a platform-specific DROP TABLE string
string | $table | Table name |
boolean | $if_exists | Whether to add an IF EXISTS condition |
(Returns a platform-specific DROP table string, or TRUE to indicate there's nothing to do)
_attr_unsigned( $attributes, $field) : void
Field attribute UNSIGNED
Depending on the _unsigned property value:
$attributes | ||
$field |