Level 4
If you want to keep the prefix, you can change your database config to use your "p_" prefix, see this page:
- https://laravel.com/docs/5.3/database @ "SQL Server Configuration"
I have an existing database with all table name with prefix 'p_'. How can i add the schema in Lumen. I have written all the queries with DB::insert() etc. Is this the right way?
Please or to participate in this conversation.