()
| 92 | // ColumnMeta column type interface |
| 93 | type ColumnMeta interface { |
| 94 | Name() string |
| 95 | DatabaseTypeName() string // varchar |
| 96 | ColumnType() (columnType string, ok bool) // varchar(64) |
| 97 | PrimaryKey() (isPrimaryKey bool, ok bool) |
no outgoing calls
no test coverage detected