how to add a foreign key constraint in laravel eloquent ORM code example
Example: laravel longblob migration
DB::statement("ALTER TABLE <table name> ADD <column name> MEDIUMBLOB");
DB::statement("ALTER TABLE <table name> ADD <column name> MEDIUMBLOB");