December 7, 2016 —John Koster
The session:table
command is used to create a new migration for the sessions
database table. This table is required to use the database
session driver. This command defines no parameters and can be used like so:
1php artisan session:table
The migration will create a sessions
table with the following properties:
The sessions:table
command will allow itself to be run multiple times. This results in multiple migrations being generated. Be sure to change the table name of the additional migration files so that your migrations do not break or throw errors when the migrate
command is ran.
∎
The following amazing people help support this site and my open source projects ♥️
If you're interesting in supporting my work and want to show up on this list, check out my GitHub Sponsors Profile.