length property

int length
final

字段长度(创建字段时若指定长度用varchar(length)类型,未指定用TEXT类型)

Implementation

final int length;