As you know one would generate the cakephp table schema as:
$ cake schema generate
As of, CakePHP 2.6 one can generate Cakephp plugin schema by doing:
$ cake schema generate --plugin plugin_name
Generate Cakephp plugin schema to different file:
$ cake schema generate --plugin plugin_name --file plugindb.php