This commit is contained in:
Stefan Puraner
2016-07-28 11:45:59 +02:00
3 changed files with 2 additions and 0 deletions
@@ -24,6 +24,7 @@ class Migration_Reihungstest extends MigrationLib
// Add arbeitsplaetze to public.tbl_ort
$columns = array(
"arbeitsplaetze" => array("type" => "integer", "null" => true)
);
$this->addColumn("public", "tbl_ort", $columns);
@@ -135,6 +136,7 @@ class Migration_Reihungstest extends MigrationLib
),
"uid" => array(
"type" => "varchar(32)",
"null" => true
)
);
$this->createTable("public", "tbl_rt_ort", $fields);
Binary file not shown.

After

Width:  |  Height:  |  Size: 337 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 319 B