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?
bin/cake bake model UserRecords -c records --table tbl_records_user