Cakephp 3 table-prefix in cake bake

413 views Asked by At

How to set global prefix for database tables in cakephp3? I need to insert a prefix for the table.

Can the table prefix be used in Cake Bake?

1

There are 1 answers

1
Sanderson Queiroz On
bin/cake bake model UserRecords -c records --table tbl_records_user