Episode cover
How to Write Raw SQL Query Migration in Laravel
June 14, 2023 · 2 min

This story was originally published on HackerNoon at: https://hackernoon.com/how-to-write-raw-sql-query-migration-in-laravel. We have created a laravel package to keep the track of raw SQL migration using package Laravel raw sql query migration Check more stories related to society at: https://hackernoon.com/c/society. You can also check exclusive content about #migration, #write-sql-query, #laravel, #sql, #sql-beginner-tips, #writing-sql-queries, #sql-database, #software-engineering, and more. This story was written by: @readerstacks. Learn more about this writer by checking @readerstacks's about page, and for more stories, please visit hackernoon.com. We have created a laravel package to keep the track of raw SQL migration using package [Laravel raw sql query migration] The migration file is used to keep track of the tables created by Laravel. We use the package to create tables and modify the columns in the database but we also wanted to share the tables across the developers. We need to update your application configuration in order to register the package so it can be loaded. The package is then published to publish a table in database named as 'Query Migration'