Skip to content

Create a notifications table #4

@bolajahmad

Description

@bolajahmad

Need to create the notifications.db table and store data related.

We can implement a schema like,

     struct notiifications {
         id: u32,
         notification_type: String,
         created_when: Datetime
     }

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions