fix(episodes-table): set descriptions to be not null

This commit is contained in:
Yassine Doghri 2020-10-29 17:44:14 +00:00
parent 3f4a6bd0b9
commit 6774ec10fa
2 changed files with 0 additions and 3 deletions

View File

@ -64,11 +64,9 @@ class AddEpisodes extends Migration
],
'description_markdown' => [
'type' => 'TEXT',
'null' => true,
],
'description_html' => [
'type' => 'TEXT',
'null' => true,
],
'image_uri' => [
'type' => 'VARCHAR',

View File

@ -28,7 +28,6 @@ class AddAnalyticsWebsiteByBrowser extends Migration
'type' => 'VARCHAR',
'constraint' => 191,
],
'hits' => [
'type' => 'INT',
'unsigned' => true,