Loading app/Database/Migrations/2020-06-05-170000_add_episodes.php +0 −2 Original line number Diff line number Diff line Loading @@ -64,11 +64,9 @@ class AddEpisodes extends Migration ], 'description_markdown' => [ 'type' => 'TEXT', 'null' => true, ], 'description_html' => [ 'type' => 'TEXT', 'null' => true, ], 'image_uri' => [ 'type' => 'VARCHAR', Loading app/Database/Migrations/2020-06-08-170000_add_analytics_website_by_browser.php +0 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,6 @@ class AddAnalyticsWebsiteByBrowser extends Migration 'type' => 'VARCHAR', 'constraint' => 191, ], 'hits' => [ 'type' => 'INT', 'unsigned' => true, Loading Loading
app/Database/Migrations/2020-06-05-170000_add_episodes.php +0 −2 Original line number Diff line number Diff line Loading @@ -64,11 +64,9 @@ class AddEpisodes extends Migration ], 'description_markdown' => [ 'type' => 'TEXT', 'null' => true, ], 'description_html' => [ 'type' => 'TEXT', 'null' => true, ], 'image_uri' => [ 'type' => 'VARCHAR', Loading
app/Database/Migrations/2020-06-08-170000_add_analytics_website_by_browser.php +0 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,6 @@ class AddAnalyticsWebsiteByBrowser extends Migration 'type' => 'VARCHAR', 'constraint' => 191, ], 'hits' => [ 'type' => 'INT', 'unsigned' => true, Loading