'Tenancy for laravel - Remove key from data column

I'm using the Tenancy For Laravel package. What do i need to do to remove a key from the auto generated data column after tenant creation.

I'm using it to store info about the user that created it and the domain and creating those models in a queued job. After job is done i would like to clean it up a bit and remove those parameters from the data column.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source