December 7, 2016 —John Koster
The cache:table
command is used to create a new migration for the cache
database table. This table is required to use the database
cache driver. This command defines no parameters and can be used like so:
1php artisan cache:table
The migration will create a cache
table with the following properties:
The cache: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.