Open vlados opened 2 years ago
The official documentation specifies a maximum length of 2048 characters for the
element, which is used to submit URLs: URL of the page. This URL must begin with the protocol (e.g. “http”) and end with a trailing slash if required by the web server. This value must not exceed 2,048 characters.
… but this include the domain which is not part of the ‘slug’
Currently in the migration the slug is using
string()
function which is setting the column tovarchar(255)
Needs to be changed totext()
which not have limit