7.20. Model Types¶
Strings: String, Text, Unicode, UnicodeText
Numerics: Numeric, Integer, SmallInteger, BigInteger, Float, Boolean
Enumerations: Enum
Blobs: LargeBinary
Dates: DateTime, Date, Time, Interval
7.20.1. SetUp¶
>>> from sqlalchemy.sql import sqltypes
7.20.2. String Types¶
String
Text
Unicode
UnicodeText
7.20.3. Numeric Types¶
Numeric
Integer
SmallInteger
BigInteger
Float
Boolean
7.20.4. Enumeration Types¶
Enum
7.20.5. Blob Types¶
LargeBinary
7.20.6. Date Types¶
DateTime
Date
Time
Interval
7.20.7. Other¶
DATE
TIME
TIMESTAMP
DATETIME
BOOLEAN
CLOB
BLOB
BINARY
VARBINARY
LARGEBINARY