Skip to content

Create Models for DB #2

@devp4

Description

@devp4

Create Model for each database table.

basic struct template
col 1: name
col 2: data type
col 3: json key name

type ToDoList struct {
ID primitive.ObjectID json:"_id,omitempty" bson:"_id,omitempty"
Task string json:"task,omitempty"
Status bool json:"status,omitempty"
}

Metadata

Metadata

Labels

Projects

Status

Dev Patel - Sprint 2

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions