diff --git a/cake/libs/model/cake_schema.php b/cake/libs/model/cake_schema.php index eb577c7d8..c083c7356 100644 --- a/cake/libs/model/cake_schema.php +++ b/cake/libs/model/cake_schema.php @@ -26,6 +26,14 @@ App::import('Core', 'ConnectionManager'); */ class CakeSchema extends Object { +/** + * Name of the schema + * + * @var string + * @access public + */ + public $name = null; + /** * Path to write location *