示例#1
0
 function getTableQuerySet(DBTable $table)
 {
     return array(CreateTableQuery::create($table));
 }