0

如何在 cakephp3 中为数据库表设置全局前缀?我需要为表插入一个前缀。

表前缀可以在 Cake Bake 中使用吗?

4

1 回答 1

1
bin/cake bake model UserRecords -c records --table tbl_records_user
于 2021-12-07T11:47:31.987 回答