table('scheduled'); $table->addColumn('tag', 'string', ['default' => NULL, 'null' => true, 'limit' => 1000]) ->update(); $table = $this->table('sended'); $table->addColumn('tag', 'string', ['default' => NULL, 'null' => true, 'limit' => 255]) ->update(); } }