add multi column non unique columns
This commit is contained in:
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user