CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
laravel-migrations
09-15
Enterprise
how to add exception in laravel migration?
08-31
OS
Laravel 9: how to insert data using raw sql while doing a migration?
08-24
Blockchain
Laravel - does migrate command work with folders?
08-22
Software engineering
Do I need to create DB migration, if I have a designed DB in MySQL?
08-09
Blockchain
How to move the Laravel timestamps column to a special location
07-21
front end
Laravel Migration Error: SQLSTATE[42000]: Syntax error or access violation: 1091 with mysql
06-23
OS
Change primary key in Laravel migration with SQLite
06-15
Blockchain
How Laravel Generate Model Migration Controller all command related files?
05-25
Back-end
Creating a nickname from other columns by migration, laravel 8
05-18
Software engineering
Integrity constraint violation laravel 9
05-17
OS
How to use variables instead of column names for running new Migrations directly in the Controller
05-07
Back-end
Laravel migration: using a native PHP enum
05-05
Software design
Cannot drop foreign key during Laravel's migration refresh
04-12
front end
Migration:refresh is throwing an error when trying to add a foreign key
04-07
OS
function (Blueprint $table), Is $table a variable/property / object??? Which class's object/ va
04-05
Mobile
How to change the foreign key reference table with Migration
03-10
Software design
Laravel inserting data in SQL not possible cause of wrong use of functions
02-20
Enterprise
Lumen migration - Foreign Id with a table name that isn't the plural of the local key
02-11
OS
Saving seeding data to database in Laravel
12-29
other
Laravel 5.4: SQLSTATE[HY000]: General error: 1005 Can't create table "Foreign key constrai
12-26
Blockchain
General error: 1005 Can't create table (errno: 150 "Foreign key constraint is incorrectly
11-22
Back-end
Laravel migration create custom foreign key
11-19
database
Allowed memory size of 134217728 bytes exhausted (tried to allocate 1052672 bytes)
11-03
Net
Laravel Default Value for Decimal Column Type
10-19
Software design
How to get an ID from the collection in laravel?
10-19
Software design
How to write two where conditions in DB query in Laravel?
10-16
OS
Laravel SQLSTATE[HY000] [1049] Unknown database PHP artisan migrate
10-09
Enterprise
How to get a particular column value by using Eloquent ORM in laravel?
10-01
database
How to change column length of existing table in laravel?
09-29
OS
Laravel testing database migration fails due to Passport
09-16
Back-end
: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fa
09-16
Enterprise
How can i add new column to the all exesting tables in laravel migrations
Links:
CodePudding