Colunas que são chave estrangeira.
List<DbColumn> get foreignKeys => columns.where((c) => c.isForeignKey).toList(growable: false);