delete(); \DB::table('units')->insert(array ( 0 => array ( 'id' => 1, 'type' => 'suites', 'occupancy' => '2', 'size' => 40, 'created_at' => '2017-05-17 22:54:09', 'updated_at' => '2017-05-17 22:54:09', ), 1 => array ( 'id' => 2, 'type' => 'rooms', 'occupancy' => '3', 'size' => 20, 'created_at' => '2017-05-17 22:56:12', 'updated_at' => '2017-05-17 22:56:12', ), 2 => array ( 'id' => 3, 'type' => 'rooms', 'occupancy' => '2', 'size' => 14, 'created_at' => '2017-05-17 22:58:15', 'updated_at' => '2017-05-17 22:58:15', ), 3 => array ( 'id' => 4, 'type' => 'rooms', 'occupancy' => '2', 'size' => 17, 'created_at' => '2017-05-17 23:00:30', 'updated_at' => '2017-05-17 23:00:30', ), 4 => array ( 'id' => 5, 'type' => 'rooms', 'occupancy' => '2', 'size' => 18, 'created_at' => '2017-05-17 23:04:16', 'updated_at' => '2017-05-17 23:04:16', ), 5 => array ( 'id' => 6, 'type' => 'rooms', 'occupancy' => '1', 'size' => 13, 'created_at' => '2017-05-17 23:05:45', 'updated_at' => '2017-05-17 23:05:49', ), )); } }