| Column |
Type |
Size |
Nulls |
Auto |
Default |
Children |
Parents |
| id |
serial |
10 |
|
√ |
nextval('post_actions_id_seq'::regclass) |
|
|
| post_id |
int4 |
10 |
|
|
|
|
|
| user_id |
int4 |
10 |
|
|
|
|
|
| post_action_type_id |
int4 |
10 |
|
|
|
|
|
| deleted_at |
timestamp |
29,6 |
√ |
|
null |
|
|
| created_at |
timestamp |
29,6 |
|
|
|
|
|
| updated_at |
timestamp |
29,6 |
|
|
|
|
|
| deleted_by_id |
int4 |
10 |
√ |
|
null |
|
|
| related_post_id |
int4 |
10 |
√ |
|
null |
|
|
| staff_took_action |
bool |
1 |
|
|
false |
|
|
| deferred_by_id |
int4 |
10 |
√ |
|
null |
|
|
| targets_topic |
bool |
1 |
|
|
false |
|
|
| agreed_at |
timestamp |
29,6 |
√ |
|
null |
|
|
| agreed_by_id |
int4 |
10 |
√ |
|
null |
|
|
| deferred_at |
timestamp |
29,6 |
√ |
|
null |
|
|
| disagreed_at |
timestamp |
29,6 |
√ |
|
null |
|
|
| disagreed_by_id |
int4 |
10 |
√ |
|
null |
|
|
Table contained 9 rows at Fri Mar 27 12:26 PDT 2015
|