There was an error while loading. Please reload this page.
Class: Javanile\SchemaDB\Database
$db->apply(array( 'Table_1' => array( 'Filed_1' => 'notation', 'Filed_2' => 'notation', . . . 'Filed_N' => 'notation', ), 'Table_2' => array( 'Filed_1' => 'notation', 'Filed_2' => 'notation', . . . 'Filed_N' => 'notation', ), . . . 'Table_N' => array( 'Filed_1' => 'notation', 'Filed_2' => 'notation', . . . 'Filed_N' => 'notation', ), ));
$db->apply(array( ));