0

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?

Dvd74
  • 53
  • 12
  • Possible duplicate of [cakephp 3.0 using tableprefix?](https://stackoverflow.com/questions/28792720/cakephp-3-0-using-tableprefix) – Olivier Jul 17 '19 at 16:18
  • ```bin/cake bake model Users --tablePrefix forum``` https://book.cakephp.org/bake/1.x/en/usage.html – Salines Jul 22 '19 at 08:26

1 Answers1

1
bin/cake bake model UserRecords -c records --table tbl_records_user
buddemat
  • 4,552
  • 14
  • 29
  • 49
  • 1
    As it’s currently written, your answer is unclear. Please [edit] to add additional details that will help others understand how this addresses the question asked. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Dec 07 '21 at 12:39