-
Notifications
You must be signed in to change notification settings - Fork 3
Database Setup
Kenia Rodriguez edited this page Aug 29, 2021
·
12 revisions
| Column Name | Datatype | Constraints |
|---|---|---|
| username | TEXT | not null |
| TEXT | not null | |
| password | TEXT | not null |
| phone_number | TEXT | not null |
| is_artist | BOOLEAN | not null |
| is_gallery | boolean | not null |
| Column Name | Datatype | Constraints |
|---|---|---|
| title. | TEXT | not null |
| artist_id | INT | not null |
| image. | TEXT | not null. |
| Column Name | Datatype | Constraints |
|---|---|---|
| artist_id | INT | not null |
| owner_id | INT | not null |
| gallery_id | INT | not null |
| message | TEXT | not null |
| Column Name | Datatype | Constraints |
|---|---|---|
| name | TEXT | not null |
| owner_id | INT | not null |
| address | TEXT | not null |
| Column Name | Datatype | Constraints |
|---|---|---|
| artist_id | INT | not null |
| owner_id | INT | not null |
| gallery_id | INT | not null |
| message | TEXT | not null |
| Column Name | Datatype | Constraints |
|---|---|---|
| gallery_id | INT | not null |
| photo_url | TEXT | not null |