DefaultColumns() helper on Table
This commit is contained in:
parent
00b8155f74
commit
38ea65434f
8 changed files with 50 additions and 3 deletions
|
|
@ -22,6 +22,7 @@ func TestColumnRenameReserved(t *testing.T) {
|
|||
{col: "Alias", want: "Alias_"},
|
||||
{col: "AllColumns", want: "AllColumns_"},
|
||||
{col: "MutableColumns", want: "MutableColumns_"},
|
||||
{col: "DefaultColumns", want: "DefaultColumns_"},
|
||||
{col: "OtherColumn", want: "OtherColumn"},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue