All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.golang.database.models.models.go.orig Maven / Gradle / Ivy

The newest version!
package models

import "database/sql"

type Customer struct {
	CustomerId        int64
	Name 		      sql.NullString
	GovtIdType        sql.NullString
	GovtId            sql.NullString
	Gender            sql.NullString
	CreatedAt 		  sql.NullTime
	UpdatedAt 		  sql.NullTime
	PhoneNo           sql.NullString
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy