Skip to content
This repository was archived by the owner on Aug 19, 2022. It is now read-only.
This repository was archived by the owner on Aug 19, 2022. It is now read-only.

SocialInformation should extend from PostgreSQLModel #79

@0xLeif

Description

@0xLeif
struct SocialInformation: Content {
    var id: Int?
    var username: String = ""
    var firstName: String = ""
    var lastName: String = ""
    var email: String = ""
    var discordUsername: String = ""
    var githubUsername: String = ""
    var tags: [String] = []
    var profileImage: String = ""
    var biography: String = ""
    var links: [String] = []
    var location: String = ""
}

SocialInformation should have its own PostgreSQL table by extending from Migration.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions