Schema::create('pi_ideas' function($table) {
youre missing comma it should be
Schema::create('pi_ideas', function($table) {
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community