File path: dist/twist/Core/Models/Database/TableStructure.model.php
Namespace: Twist\Core\Models\Database
commit
— Final call, this will create/alter the tables structure in the database.
void — No return information has been documented for this function.
<?php
//Call the function commit with the example vars
$resTableStructure = new \Twist\Core\Models\Database\TableStructure();
$resTableStructure -> commit();