add multi column non unique columns

This commit is contained in:
collerek
2021-09-06 16:47:37 +02:00
parent 9f836d80b2
commit cd87303b5c
14 changed files with 180 additions and 37 deletions

View File

@ -51,6 +51,7 @@ from ormar.fields import (
Float,
ForeignKey,
ForeignKeyField,
IndexColumns,
Integer,
JSON,
LargeBinary,
@ -102,6 +103,7 @@ __all__ = [
"Undefined",
"UUID",
"UniqueColumns",
"IndexColumns",
"QuerySetProtocol",
"RelationProtocol",
"ModelMeta",