Skip to main content

varchar

Introduction

Variable length string that can store up to 65535 characters.

VARCHAR fields only store actual characters and will not automatically fill in spaces.

Application scenario: Used to store variable-length text data, such as usernames, email addresses, descriptions, and comments.

Verify VARCHAR

Please refer to char