Seyora24
1 year ago
1 changed files with 10 additions and 7 deletions
@ -1,13 +1,16 @@
|
||||
package models |
||||
|
||||
import "gorm.io/gorm" |
||||
import ( |
||||
"gorm.io/gorm" |
||||
) |
||||
|
||||
type Post struct { |
||||
gorm.Model |
||||
Name string |
||||
Email string |
||||
Gender string |
||||
Address string |
||||
Tempat string |
||||
TLahir string |
||||
Name string |
||||
Email string `gorm:"unique"` |
||||
Password string |
||||
Gender string |
||||
Address string |
||||
Tempat string |
||||
TLahir string |
||||
} |
||||
|
Loading…
Reference in new issue