-
Notifications
You must be signed in to change notification settings - Fork 0
Database Schema
Paul edited this page Jan 29, 2018
·
12 revisions
| Column name | Data Type | Description |
|---|---|---|
| Sample Data |
| Project | Data Type | Description |
|---|---|---|
| id | integer | not null |
| title | string | not null |
| description | text | not null |
| author_id | integer | not null |
| due_date | date | not null |
| funding_goal | integer | not null |
| current_funding | integer | default: 0 |
| categories | array | not null |
| image_url | string | not null |
| Users | Data Type | Description |
|---|---|---|
| id | integer | not null |
| username | string | not null |
| password_digets | string | not null |
| string | not null | |
| backed_id | array |