-
Notifications
You must be signed in to change notification settings - Fork 6
Database::alter()
Francesco Bianco edited this page Oct 22, 2015
·
1 revision
Method: Javanile\SchemaDB\Database::alter( array $schema ) : array
$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(
));
$db->apply(array(
));
$db->apply(array(
));