table: directus_migrations

columns:
  version:
    type: string
    primary: true
    nullable: false
  name:
    type: string
    length: 255
    nullable: false
  timestamp:
    type: timestamp
    default: $now
