diff --git a/src/images/er-many-to-many.svg b/src/images/er-many-to-many.svg index f94267bc..09e7e89b 100644 --- a/src/images/er-many-to-many.svg +++ b/src/images/er-many-to-many.svg @@ -1 +1 @@ -

enrolls

has

Student

int

student_id

PK

string

name

Enrollment

int

student_id

PK

string

course_code

PK

string

grade

Course

string

course_code

PK

string

title

\ No newline at end of file +

enrolls

has

Student

int

student_id

PK

string

name

Enrollment

int

student_id

PK

string

course_code

PK

string

grade

Course

string

course_code

PK

string

title

\ No newline at end of file diff --git a/src/images/er-one-to-many.svg b/src/images/er-one-to-many.svg index f886047c..002324a4 100644 --- a/src/images/er-one-to-many.svg +++ b/src/images/er-one-to-many.svg @@ -1 +1 @@ -

has

Customer

int

customer_id

PK

string

name

Account

int

customer_id

PK

int

account_num

PK

decimal

balance

\ No newline at end of file +

has

Customer

int

customer_id

PK

string

name

Account

int

customer_id

PK

int

account_num

PK

decimal

balance

\ No newline at end of file diff --git a/src/images/er-one-to-one.svg b/src/images/er-one-to-one.svg index 9f50665e..633b1c2b 100644 --- a/src/images/er-one-to-one.svg +++ b/src/images/er-one-to-one.svg @@ -1 +1 @@ -

has

Customer

int

customer_id

PK

string

name

CustomerPreferences

int

customer_id

PK

string

theme

boolean

notifications

\ No newline at end of file +

has

Customer

int

customer_id

PK

string

name

CustomerPreferences

int

customer_id

PK

string

theme

boolean

notifications

\ No newline at end of file diff --git a/src/images/er-reference.svg b/src/images/er-reference.svg index 9b152526..47acd30a 100644 --- a/src/images/er-reference.svg +++ b/src/images/er-reference.svg @@ -1 +1 @@ -

employs

Department

int

dept_id

PK

string

dept_name

Employee

int

employee_id

PK

int

dept_id

FK

string

employee_name

\ No newline at end of file +

employs

Department

int

dept_id

PK

string

dept_name

Employee

int

employee_id

PK

int

dept_id

FK

string

employee_name

\ No newline at end of file