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
],
'description_markdown' => [
'type' => 'TEXT',
'null' => true,
],
'description_html' => [
'type' => 'TEXT',
'null' => true,
],
'image_uri' => [
'type' => 'VARCHAR',
......
......@@ -28,7 +28,6 @@ class AddAnalyticsWebsiteByBrowser extends Migration
'type' => 'VARCHAR',
'constraint' => 191,
],
'hits' => [
'type' => 'INT',
'unsigned' => true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment