MCPcopy Create free account
hub / github.com/tortoise/tortoise-orm / constraints

Method constraints

tortoise/fields/data.py:192–196  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

190
191 @property
192 def constraints(self) -> dict:
193 return {
194 "ge": -32768,
195 "le": 32767,
196 }
197
198 class _db_postgres:
199 GENERATED_SQL = "SMALLSERIAL NOT NULL PRIMARY KEY"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected