Skip to content

Instantly share code, notes, and snippets.

View marcounderscore's full-sized avatar

Marco Vázquez marcounderscore

  • México
View GitHub Profile
@marcounderscore
marcounderscore / yorha-migration.go
Last active April 27, 2019 00:59
Local migration used for yorha-api in order to populate a mysql database using gorm creating method
package main
import (
"log"
"github.com/jinzhu/gorm"
_ "github.com/jinzhu/gorm/dialects/mysql"
)
// Race is a table structure.