Skip to content

CodyJG/TeamRocket-Pj

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TeamRocket-Pj

erDiagram
    USERS ||--o{ SIGNS : has
    SIGNS ||--o{ HOROSCOPES : has
    USERS {
        int id
        string name
        date birthdate
    }
    SIGNS {
        int id
        string name
        string element
        string modality
    }
    HOROSCOPES {
        int id
        string content
        date date
    }
Loading

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 100.0%