cake schema run create
独立创建一个在schema文件中存在的表
cake schema run update
独立更新一个在schema文件中定义的表
cake schema view
查看schema文件的内容
cake schema generate <-f>
生成schema文件,-f 选项可以强制生成整个数据库表结构
cake schema dump
将schema文件转储为sql文件