Skip to content

Database Schema

Paul edited this page Jan 29, 2018 · 12 revisions

Database Schema

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
email string not null
backed_id array

Clone this wiki locally