Комментарии:
Does it order your tables with foreign keys dependencies correctly?
ОтветитьSir, Can you upload the Laravel Breeze multi auth video?
ОтветитьSir, Can QGIS map can embed on Laravel. Because our project is Web Based GIS and I plan to use laravel to create a website. Thank you sir
ОтветитьOr you can just put your migration files in subfolders. Then use it with php artisan migrate --path=/pathto/migration/subfolder
ОтветитьDoes that mean it won't work when testing with phpunit using in-memory sqlite database ?
ОтветитьDoes it not weird that the migrations folder goes disappeared?
Actually, I would like to keep the migrations folder while my project is still in development
Single database Multi tenancy in laravel 7 my error on screen is class' app/models/post' not found
How to solve this sir
Hello mr Povilas.
Can you make it reverse? i have sql tables to rebuild migration :)
It doesn't say in the docs that it supports SQL server
ОтветитьIs There is an option or property to prevent that a migration file gets deleted using this feature?
Ответитьcan you please explain how and when use Access Token, APi Key, Personal Access Token, Authorize Code. And how to access APi from SPA or from Ajax/Axios. And how securely save token or APi Key
ОтветитьIs it possibile to revert migrations back from the squashed sql file in case I need to edit a migration?
ОтветитьWhy would anyone thumbs down on this? This is so useful
ОтветитьIs there a way to restore the file based migrations from the scema dump file?
ОтветитьHI. Excellent videos. I have a query. I have a database with old data and ned to import few tables from this database to my Laravel 8 project database. I can easily import tables in phpmyadmin. But then how will I get migration files and model files for these tables ? Is it mandatory to have migration files for all tables ?
ОтветитьAlso a small query. What if I want to change/modify an existing table ? What is the best way to do it ?
Ответитьsir how about seeding the records will happen with this squashed schema. please enlighten.
ОтветитьHi, can I Ask one thing: I make schema dump from online db for generate a copy in local environment, this db have tables imported from other db and tables generated from Laravel or other packages. On line i make artisan migrate:fresh and the db drop and recreate all tables (Laravel native and not), but if I try in local environment the migration generate only few tables not all. It seems that generate only tables from old migration before :prune command. Where I can find the command for include also the schema.dump instructions?
Ответитьis there any way to generate migration files from mysql dump?
Ответитьlets consider a scenario
i have a db file with name db.sql where structure of db is there.
now i just want that
with single migration i should to able to create whole db structure
what a nice concise explanation
Ответить