AudioDidact\DB\SQLite::makeColumnSQL
Generates SQL query to make a column. Returns something in the form of `columnName` columnType null/Not Default Key Extra
Signature
protected function makeColumnSQL(array
$c )
Parameters
$c
— array- dictionary representing a column's correct schema
Returns
- string
Parent Implementation
Test Coverage
Information
- Coverage: 7/8 Lines (87.5%)
- Tests: 1
- Passed: 1 (100%)
Tests
- [ PASSED ] — SQLiteTest::testMakeDB