table('sended'); $table->addColumn('originating_scheduled', 'integer', [ 'null' => true, 'comment' => 'Id of the scheduled that was responsible for sending this message.', 'after' => 'mms' ]) ->update(); } }