table('jobs') ->addColumn('configuration', 'json') ->addColumn('executed', 'boolean', ['default' => false]) ->addTimestamps() ->create(); } }