public function run() { DB::table('runs')->delete(); Run::create(array('run_date' => '2014-01-01', 'miles' => 5, 'user_id' => 7, 'shoe_id' => 3)); }