Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • BaseModel
    • default

Index

Constructors

Properties

Constructors

constructor

  • Returns default

Properties

createdAt

createdAt: DateTime

The date the model was created

id

id: number

The id of the category

name

name: string

The category

updatedAt

updatedAt: DateTime

The date the model was updated

Static inOrder

inOrder: QueryScope<(query: ModelQueryBuilderContract<LucidModel, LucidRow>) => void> = ...

Ordering options to query categories at ascending order

Generated using TypeDoc