Skip to content

Conversation

@fabiofdsantos
Copy link

@fabiofdsantos fabiofdsantos commented Mar 24, 2015

I was trying something like:

public function __construct($data)
{
   $this->data = $data;
}

The problem occurs when $data is too big and the payload column can't handle so many bytes. To prevent this scenario i think that's better to use longText() instead of text().

taylorotwell added a commit that referenced this pull request Mar 24, 2015
@taylorotwell taylorotwell merged commit 87f258b into laravel:master Mar 24, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants