Skip to content

Protocol

Migration

Fluent’s Migration can handle database migrations, which can include adding new table, changing existing tables or adding seed data. These actions are executed only once.
protocol Migration : Sendable

Topics

Instance Properties

  • var name: String
    The name of the migration which Fluent uses to track the state of.

Instance Methods

Relationships

Inherits From

  • Swift.Sendable
  • Swift.SendableMetatype

Inherited By