Skip to main content

Module entity

Module entity 

Source
Expand description

Seeder tracking entity.

Maps the __database_seeders table recording which seeders have run. Each row stores one executed seeder name with identity and timestamps; implements BaseEntity so it works with generic repository code.

Structs§

ActiveModel
Generated by sea-orm-macros
ActiveModelEx
Generated by sea-orm-macros
ColumnIter
An iterator over the variants of Column
Entity
Generated by sea-orm-macros
EntityLoader
Generated by sea-orm-macros
EntityLoaderNest
Generated by sea-orm-macros
EntityLoaderWith
Generated by sea-orm-macros
EntityReverse
Generated by sea-orm-macros
Model
One executed seeder record in __database_seeders.
ModelEx
One executed seeder record in __database_seeders.
PrimaryKeyIter
An iterator over the variants of PrimaryKey
RelatedEntityIter
An iterator over the variants of RelatedEntity
RelationIter
An iterator over the variants of Relation
TypedColumn
Generated by sea-orm-macros

Enums§

Column
Generated by sea-orm-macros
PrimaryKey
Generated by sea-orm-macros
RelatedEntity
Generated by sea-orm-macros
Relation
Generated by sea-orm-macros

Constants§

COLUMN
Generated by sea-orm-macros

Traits§

EntityLoaderWithParam
Parameters for EntityLoader