Total Complexity | 3 |
Total Lines | 37 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
16 | class m170619_133956_create_newsletter_client_table extends Migration |
||
17 | { |
||
18 | /** |
||
19 | * @var string Migration tabel name. |
||
20 | */ |
||
21 | public $tableName = '{{%newsletter_client}}'; |
||
22 | |||
23 | |||
24 | /** |
||
25 | * @inheritdoc |
||
26 | */ |
||
27 | public function safeUp() |
||
44 | ); |
||
45 | } |
||
46 | |||
47 | /** |
||
48 | * @inheritdoc |
||
49 | */ |
||
50 | public function safeDown() |
||
55 |