Skip to content
Advertisement

Method IlluminateDatabaseSchemaBlueprint::unsignedBidInteger does not exist

JavaScript

error in terminal

C:xampphtdocslearninglaragonlavuedatabasemigrations2022_07_17_042348_create_transaction_details_table.php:18 IlluminateDatabaseSchemaBlueprint::__call()

JavaScript

this my php migration

JavaScript

};

When i put php artisan migration sees an error like above

Advertisement

Answer

There is a typo in your migration file on ‘transaction_id’ declaration.

Your migration file should be like this. Check the line with the comment.

JavaScript

Kindly read this.

User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement