Moved template functions to strmangle package
* Finished Find and FindX
This commit is contained in:
parent
ba8793ec1a
commit
c17e48c14a
7 changed files with 186 additions and 116 deletions
|
@ -32,6 +32,10 @@ func init() {
|
|||
{Name: "fun_time", Type: "time.Time", IsNullable: false},
|
||||
{Name: "cool_stuff_forever", Type: "[]byte", IsNullable: false},
|
||||
},
|
||||
PKey: &dbdrivers.PrimaryKey{
|
||||
Name: "pkey_thing",
|
||||
Columns: []string{"id", "fun_id"},
|
||||
},
|
||||
},
|
||||
{
|
||||
Name: "spiderman",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue