File path: dist/twist/Core/Models/Database/TableStructure.model.php
Namespace: Twist\Core\Models\Database
collation
— Set the Collation for the database table, calling this method will also set the charset of the Table accordingly
Name | Description |
---|---|
$strCollation | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strCollation = 'foo';
//Call the function collation with the example vars
$resTableStructure = new \Twist\Core\Models\Database\TableStructure();
$resTableStructure -> collation($strCollation);