Commit a8fd3391 authored by Benjamin Eberlei's avatar Benjamin Eberlei

Merge pull request #75 from turbohz/patch-1

removedColumns in TableDiff
parents d82b2e07 2ac55964
......@@ -61,7 +61,7 @@ class TableDiff
/**
* All removed fields
*
* @var array(string=>bool)
* @var array(string=>Column)
*/
public $removedColumns = array();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment