Skip to content

Multi-Line Text Field

The multi-line text field is used to store longer text content and supports multi-line input.

Physical Field Types

  • MySQL: text
  • PostgreSQL: text
  • SQLite: text

Applicable Scenarios

  • Product detailed description
  • Article content
  • Remark information
  • Personal profile
  • Operation log

API Return Example

json
{
  "description": "This is a longer description text, \nIt can contain multiple lines of content. \nSupports line breaks."
}

Released under the MIT License.