Problem: "missing destination name" error when using Queryx and StructScan.
Solutions:
Struct fields must be exported.
Map the table columns to struct fields with db:"table-column".
Usage
$ go run main.go
Creating phone_numbers.
Adding phone numbers to the table.
Reading from phone_numbers.
Creating unique_numbers.
Adding unique phone numbers to unique_numbers.
Reading unique phone numbers from unique_numbers.
1234567891
1234567892
1234567893
1234567894
1234567890