Skip to content

Instantly share code, notes, and snippets.

@jagroop
Created October 3, 2018 07:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jagroop/b2c2a6793897ccb33920fb1beb88cf4d to your computer and use it in GitHub Desktop.
Save jagroop/b2c2a6793897ccb33920fb1beb88cf4d to your computer and use it in GitHub Desktop.
<?php
use Illuminate\Database\Seeder;
class RemoveWordsSeeder extends Seeder
{
/**
* Run the database seeds.
*
* @return void
*/
public function run()
{
DB::table('words')->truncate();
$words = [
['word' => "yes", 'created_at' => now()->toDateTimeString()],
['word' => "yea", 'created_at' => now()->toDateTimeString()],
['word' => "yeah", 'created_at' => now()->toDateTimeString()],
['word' => "OK", 'created_at' => now()->toDateTimeString()],
['word' => "okey-dokey", 'created_at' => now()->toDateTimeString()],
['word' => "by all means", 'created_at' => now()->toDateTimeString()],
['word' => "affirmative", 'created_at' => now()->toDateTimeString()],
['word' => "aye aye", 'created_at' => now()->toDateTimeString()],
['word' => "uh-huh", 'created_at' => now()->toDateTimeString()],
['word' => "righto", 'created_at' => now()->toDateTimeString()],
['word' => "very well", 'created_at' => now()->toDateTimeString()],
['word' => "yup", 'created_at' => now()->toDateTimeString()],
['word' => "yuppers", 'created_at' => now()->toDateTimeString()],
['word' => "right on", 'created_at' => now()->toDateTimeString()],
['word' => "ja", 'created_at' => now()->toDateTimeString()],
['word' => "surely", 'created_at' => now()->toDateTimeString()],
['word' => "sure", 'created_at' => now()->toDateTimeString()],
['word' => "fo’ shizzle", 'created_at' => now()->toDateTimeString()],
['word' => "totally", 'created_at' => now()->toDateTimeString()],
['word' => "yes sir", 'created_at' => now()->toDateTimeString()],
['word' => "no", 'created_at' => now()->toDateTimeString()],
['word' => "nah", 'created_at' => now()->toDateTimeString()],
['word' => "nop", 'created_at' => now()->toDateTimeString()],
['word' => "nope", 'created_at' => now()->toDateTimeString()],
['word' => "not", 'created_at' => now()->toDateTimeString()],
['word' => "kind of", 'created_at' => now()->toDateTimeString()],
['word' => "%hesitation", 'created_at' => now()->toDateTimeString()],
['word' => "so", 'created_at' => now()->toDateTimeString()],
['word' => "ah", 'created_at' => now()->toDateTimeString()],
['word' => "right", 'created_at' => now()->toDateTimeString()],
['word' => "let me", 'created_at' => now()->toDateTimeString()],
['word' => "if", 'created_at' => now()->toDateTimeString()],
['word' => "a", 'created_at' => now()->toDateTimeString()],
['word' => "an", 'created_at' => now()->toDateTimeString()],
['word' => "the", 'created_at' => now()->toDateTimeString()],
['word' => "he", 'created_at' => now()->toDateTimeString()],
['word' => "she", 'created_at' => now()->toDateTimeString()],
['word' => "I", 'created_at' => now()->toDateTimeString()],
['word' => "WE", 'created_at' => now()->toDateTimeString()],
['word' => "YOU", 'created_at' => now()->toDateTimeString()],
['word' => "THEY", 'created_at' => now()->toDateTimeString()],
['word' => "DON'T", 'created_at' => now()->toDateTimeString()],
['word' => "DO", 'created_at' => now()->toDateTimeString()],
['word' => "APPARENTLY", 'created_at' => now()->toDateTimeString()],
['word' => "OBVISOULY", 'created_at' => now()->toDateTimeString()],
['word' => "CERTAINLY", 'created_at' => now()->toDateTimeString()],
['word' => "CLEARLY", 'created_at' => now()->toDateTimeString()],
['word' => "DEFINITELY", 'created_at' => now()->toDateTimeString()],
['word' => "evidently", 'created_at' => now()->toDateTimeString()],
['word' => "noticeably", 'created_at' => now()->toDateTimeString()],
['word' => "plainly", 'created_at' => now()->toDateTimeString()],
['word' => "seemingly", 'created_at' => now()->toDateTimeString()],
['word' => "surely", 'created_at' => now()->toDateTimeString()],
['word' => "undoubtedly", 'created_at' => now()->toDateTimeString()],
['word' => "visibly", 'created_at' => now()->toDateTimeString()],
['word' => "distinctly", 'created_at' => now()->toDateTimeString()],
['word' => "incontestably", 'created_at' => now()->toDateTimeString()],
['word' => "of course", 'created_at' => now()->toDateTimeString()],
['word' => "openly", 'created_at' => now()->toDateTimeString()],
['word' => "undeniably", 'created_at' => now()->toDateTimeString()],
['word' => "unquestionably", 'created_at' => now()->toDateTimeString()],
['word' => "without doubt", 'created_at' => now()->toDateTimeString()],
['word' => "HAVE", 'created_at' => now()->toDateTimeString()],
['word' => "HAD", 'created_at' => now()->toDateTimeString()],
['word' => "MUST", 'created_at' => now()->toDateTimeString()],
['word' => "HAVEN'T", 'created_at' => now()->toDateTimeString()],
['word' => "HAS", 'created_at' => now()->toDateTimeString()],
['word' => "HASN'T", 'created_at' => now()->toDateTimeString()],
['word' => "MUSTN'T", 'created_at' => now()->toDateTimeString()],
['word' => "like", 'created_at' => now()->toDateTimeString()],
['word' => "things", 'created_at' => now()->toDateTimeString()],
['word' => "thanks", 'created_at' => now()->toDateTimeString()],
['word' => "thing", 'created_at' => now()->toDateTimeString()],
['word' => "to", 'created_at' => now()->toDateTimeString()],
['word' => "in term", 'created_at' => now()->toDateTimeString()],
['word' => "of", 'created_at' => now()->toDateTimeString()],
['word' => "or", 'created_at' => now()->toDateTimeString()],
['word' => "what", 'created_at' => now()->toDateTimeString()],
['word' => "how", 'created_at' => now()->toDateTimeString()],
['word' => "what", 'created_at' => now()->toDateTimeString()],
['word' => "are", 'created_at' => now()->toDateTimeString()],
['word' => "am", 'created_at' => now()->toDateTimeString()],
['word' => "is", 'created_at' => now()->toDateTimeString()],
['word' => "let", 'created_at' => now()->toDateTimeString()],
['word' => "all", 'created_at' => now()->toDateTimeString()],
['word' => "by", 'created_at' => now()->toDateTimeString()],
['word' => "their", 'created_at' => now()->toDateTimeString()],
['word' => "mine", 'created_at' => now()->toDateTimeString()],
['word' => "yours", 'created_at' => now()->toDateTimeString()],
['word' => "his", 'created_at' => now()->toDateTimeString()],
['word' => "hers", 'created_at' => now()->toDateTimeString()],
['word' => "move on", 'created_at' => now()->toDateTimeString()],
['word' => "something", 'created_at' => now()->toDateTimeString()],
['word' => "whatever", 'created_at' => now()->toDateTimeString()],
['word' => "as", 'created_at' => now()->toDateTimeString()],
['word' => "some", 'created_at' => now()->toDateTimeString()],
['word' => "here", 'created_at' => now()->toDateTimeString()],
['word' => "over", 'created_at' => now()->toDateTimeString()],
['word' => "just", 'created_at' => now()->toDateTimeString()],
['word' => "sort", 'created_at' => now()->toDateTimeString()],
];
DB::table('words')->insert($words);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment