Migrations

Used to add fields or update existing fields in a table.

UI Interface

Migrations

Description

  • prefix: The prefix of the migration file, which can be add or edit, etc.
  • tableName: The actual table name in the database, such as: users, orders, etc.
  • table fields: The fields in the migration file.