ORM increament foreign key to unassgined integer? 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");