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

SocialInformation should extend from PostgreSQLModel #79

Open
0xLeif opened this issue Mar 10, 2020 · 0 comments
Open

SocialInformation should extend from PostgreSQLModel #79

0xLeif opened this issue Mar 10, 2020 · 0 comments
Labels
Backend Stack enhancement New feature or request

Comments

@0xLeif
Copy link
Member

0xLeif commented Mar 10, 2020

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.

@0xLeif 0xLeif added enhancement New feature or request Backend Stack labels Mar 10, 2020
@0xLeif 0xLeif changed the title SocialInformation should be PostgreSQLModel SocialInformation should extend from PostgreSQLModel Mar 10, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Backend Stack enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant