Query\Drivers\Firebird\Util::create_table
Convenience public function to generate sql for creating a db table
Signature
public function create_table(string
$name,
array
$fields,
[array
$constraints = ,
[boolean
$if_not_exists = FALSE]] )
Parameters
$name
— string$fields
— array$constraints
— array$if_not_exists
— boolean
Returns
- string
Parent Implementation
Test Coverage
Information
- Coverage: 0/0 Lines (100%)
- Tests: 0
- Passed: 0 (0%)