db

package
v0.0.0-...-03ddd4b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 23, 2022 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DB

func DB() *gorm.DB

Types

type Teacher

type Teacher struct {
	gorm.Model
	TeacherID uint   `json:"teacher_id" gorm:"not null;primaryKey;unique;"`
	FullName  string `json:"full_name" gorm:"size:255;not null;"`
	Email     string `json:"email" gorm:"size:120;"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL