Commit c8ac9e0306bd39c12cd9c145c700b414442ad423
1 parent
63edaa40
- blog
slider
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
console/migrations/m170627_095533_slider_tables.php
| @@ -27,8 +27,7 @@ | @@ -27,8 +27,7 @@ | ||
| 27 | 'language_id' => $this->integer() | 27 | 'language_id' => $this->integer() |
| 28 | ->notNull(), | 28 | ->notNull(), |
| 29 | 'link' => $this->string(), | 29 | 'link' => $this->string(), |
| 30 | - 'image_id' => $this->integer() | ||
| 31 | - ->notNull(), | 30 | + 'image_id' => $this->integer(), |
| 32 | 'title' => $this->string(), | 31 | 'title' => $this->string(), |
| 33 | ] | 32 | ] |
| 34 | ); | 33 | ); |