You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The delivery_instructions field in the lunar_addresses, lunar_cart_addresses, and lunar_order_addresses tables should allow users to enter longer messages without hitting character limits.
Actual Behaviour:
Currently, the delivery_instructions field is defined as a VARCHAR(255), which often results in a Data too long for column error when users try to provide more detailed instructions for delivery.
Steps To Reproduce:
Attempt to submit an address form (e.g. as a guest) with a longer delivery_instructions message (e.g. over 255 characters).
Observe SQL exception: SQLSTATE[22001]: Data too long for column 'delivery_instructions'.