Skip to content

Latest commit

 

History

History
45 lines (39 loc) · 463 Bytes

fields.md

File metadata and controls

45 lines (39 loc) · 463 Bytes

Supported Fields

You can use any of the fields from the list.

Form Field Types:

  • text
  • textarea
  • password
  • email
  • number
  • date
  • datetime
  • time
  • radio
  • select
  • file

Migration Field Types:

  • string
  • char
  • varchar
  • date
  • datetime
  • time
  • timestamp
  • text
  • mediumtext
  • longtext
  • json
  • jsonb
  • binary
  • integer
  • bigint
  • mediumint
  • tinyint
  • smallint
  • boolean
  • decimal
  • double
  • float
  • enum

← Back to index