package models type Config struct { Id int Thirdparty string `orm:"size(20);unique"` Token string `orm:"size(300)"` Date string `orm:"size(30)"` }