allSchemaEntities property

  1. @override
List<DatabaseSchemaEntity> get allSchemaEntities
inherited

A list of all DatabaseSchemaEntity that are specified in this database.

This contains allTables, but also advanced entities like triggers.

Implementation

@override
List<DatabaseSchemaEntity> get allSchemaEntities => [
  album,
  employeePosition,
  company,
  department,
  employee,
  appUser,
  book,
  category,
  country,
  couponType,
  coupon,
  currency,
  customer,
  employmentHistory,
  footballPlayer,
  gender,
  language,
  lesson,
  note,
  notificationMessage,
  paymentGateway,
  product,
  salesOrder,
  salesOrderLine,
  song,
  supplierType,
  supplier,
  systemLog,
  teacherPosition,
  university,
  teacher,
  project,
  contributor,
];