Skip to content
Snippets Groups Projects
Commit 6774ec10 authored by Yassine Doghri's avatar Yassine Doghri
Browse files

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

parent 3f4a6bd0
No related branches found
No related tags found
No related merge requests found
...@@ -64,11 +64,9 @@ class AddEpisodes extends Migration ...@@ -64,11 +64,9 @@ class AddEpisodes extends Migration
], ],
'description_markdown' => [ 'description_markdown' => [
'type' => 'TEXT', 'type' => 'TEXT',
'null' => true,
], ],
'description_html' => [ 'description_html' => [
'type' => 'TEXT', 'type' => 'TEXT',
'null' => true,
], ],
'image_uri' => [ 'image_uri' => [
'type' => 'VARCHAR', 'type' => 'VARCHAR',
......
...@@ -28,7 +28,6 @@ class AddAnalyticsWebsiteByBrowser extends Migration ...@@ -28,7 +28,6 @@ class AddAnalyticsWebsiteByBrowser extends Migration
'type' => 'VARCHAR', 'type' => 'VARCHAR',
'constraint' => 191, 'constraint' => 191,
], ],
'hits' => [ 'hits' => [
'type' => 'INT', 'type' => 'INT',
'unsigned' => true, 'unsigned' => true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment