Commit bde5eb583350f592ec4db0f44d6fba26ee10d4ce
1 parent
c4d70d93
- event tags
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
console/migrations/m180507_123737_create_event_tag_lang_table.php
... | ... | @@ -19,7 +19,7 @@ class m180507_123737_create_event_tag_lang_table extends Migration |
19 | 19 | 'language_id' => $this->integer() |
20 | 20 | ->notNull(), |
21 | 21 | 'alias_id' => $this->integer(), |
22 | - 'label' => $this->string(255), | |
22 | + 'title' => $this->string(255), | |
23 | 23 | ]); |
24 | 24 | |
25 | 25 | $this->createIndex( | ... | ... |