2 Replies
Basically, you can’t. Column names need to be unique. This is also important for accessibility compliance too. But you can name it something different and in your methods instead of $state you also have access to $record so you can call $record->url in any of those callbacks to do what you need to for the column.
Well i guess there is 1 way - you can create an attribute in the model and call it istead !