yoyo-project/yoyo

View on GitHub
internal/dbms/mysql/adapter_reverse.go

Summary

Maintainability
A
40 mins
Test Coverage

Method adapter.GetColumn has 6 return statements (exceeds 4 allowed).
Open

func (a *adapter) GetColumn(tableName, colName string) (schema.Column, error) {
    var (
        dt         string
        nullable   string
        key        = new(string)
Severity: Major
Found in internal/dbms/mysql/adapter_reverse.go - About 40 mins to fix

    There are no issues that match your filters.

    Category
    Status