/**
  * Seed the tags table
  */
 public function run()
 {
     Table::truncate();
     Table::create(['name' => 'users', 'sheetsu_url' => 'https://sheetsu.com/apis/f3b4ef5f', 'google_url' => 'https://docs.google.com/spreadsheets/d/1aERPe066OVhzt4vTVpo3e_F9y0OhFmiktBp3UmL7PvQ/edit#gid=0']);
     Table::create(['name' => 'posts', 'google_url' => 'https://docs.google.com/spreadsheets/d/1AQwg3T-krYmJjmu-dEX8ql8AS8H65tLqF7y9DVBXrpg/edit#gid=0', 'sheetsu_url' => 'https://sheetsu.com/apis/d2cc733e']);
     Table::create(['name' => 'user_friend_pivot', 'google_url' => 'https://docs.google.com/spreadsheets/d/1_sLyWSV38lVrueCIZPjBxy5rLbcrQcX8tyynuS-8cYk/edit#gid=0', 'sheetsu_url' => 'https://sheetsu.com/apis/c3684899']);
 }