-
Notifications
You must be signed in to change notification settings - Fork 2
Schema
Ed Herman edited this page Dec 3, 2019
·
9 revisions
column name | data type | info |
---|---|---|
id | integer | null:false, unique:true, indexed |
name | string | null:false, indexed |
string | null:false, unique:true | |
password_digest | string | null:false, unique:true |
session_token | string | null:false, unique:true, indexed |
timestamps | datetime |
column name | data type | info |
---|---|---|
id | integer | null:false, unique:true, indexed |
name | string | null:false, indexed |
description | text | |
timestamps | datetime |
column name | data type | info |
---|---|---|
id | integer | null:false, unique:true, indexed |
name | string | null:false, indexed |
details | text | |
author_id | integer | null:false, indexed |
follower_id | integer | indexed |
timestamps | datetime |
column name | data type | info |
---|---|---|
id | integer | null:false, unique:true, indexed |
description | string | null:false, indexed |
assigned_id | integer | indexed |
author_id | integer | null:false, indexed |
notes | string | |
due | datetime | |
complete | boolean | null:false |
timestamps | datetime |
column name | data type | info |
---|---|---|
id | integer | null:false, unique:true, indexed |
title | string | null:false, indexed |
category | string | indexed |
author_id | integer | null:false, indexed |
body | text | null:false |
timestamps | datetime |
column name | data type | info |
---|---|---|
id | integer | null:false, unique:true, indexed |
author_id | integer | null:false, indexed |
message_id | integer | null:false, indexed |
body | string | null:false |
timestamps | datetime |
column name | data type | info |
---|---|---|
id | integer | null:false, unique:true, indexed |
name | string | null:false, indexed |
start | datetime | null:false |
end | datetime | null:false |
notes | text | |
author_id | integer | null:false |
timestamps | datetime |
- subscribable to todo items, todo lists, messages, schedule
- assignable to todo items, todo lists, messages, schedule
- commentable on todo items, todo lists, messages, schedule
- Project Activity from timestamps info