(self)
| 126 | |
| 127 | @property |
| 128 | def constraints(self) -> dict: |
| 129 | return { |
| 130 | "ge": -2147483648, |
| 131 | "le": 2147483647, |
| 132 | } |
| 133 | |
| 134 | class _db_postgres: |
| 135 | GENERATED_SQL = "SERIAL NOT NULL PRIMARY KEY" |
nothing calls this directly
no outgoing calls
no test coverage detected