SyntaxFix
Write A Post
Hire A Developer
Questions
If you already have filled columns and have added new one or you want to fill out old column with new mock values , do this:
public function up() { DB::table('foydabars')->update( array( 'status' => '0' ) ); }