varchar(64)
()
| 95 | DatabaseTypeName() string // varchar |
| 96 | ColumnType() (columnType string, ok bool) // varchar(64) |
| 97 | PrimaryKey() (isPrimaryKey bool, ok bool) |
| 98 | AutoIncrement() (isAutoIncrement bool, ok bool) |
| 99 | Length() (length int64, ok bool) |
| 100 | DecimalSize() (precision int64, scale int64, ok bool) |
no outgoing calls
no test coverage detected