type property
Describes the data type in the same the way is is defined in the Prisma schema:
BigInt, Boolean, Bytes, DateTime, Decimal, Float, Int, JSON, String, $ModelName
Implementation
final String type;
Describes the data type in the same the way is is defined in the Prisma schema:
BigInt, Boolean, Bytes, DateTime, Decimal, Float, Int, JSON, String, $ModelName
final String type;