Add a new column to an existing table in Laravel using migrations while the application is live. This step-by-step tutorial shows you how to add a views column to a posts table, including creating the migration, editing the schema, and ...