|
id
|
int(11)
|
|
|
|
|
title
|
varchar(255)
|
|
|
|
|
description
|
longtext
|
|
|
|
|
tags
|
longtext
|
|
|
|
|
status
|
enum
|
-- |
|
active
|
|
created_by
|
varchar(100)
|
|
|
|
|
criminals
|
longtext
|
|
|
|
|
officers
|
longtext
|
|
|
|
|
civilians
|
longtext
|
|
|
|
|
vehicles
|
longtext
|
|
|
|
|
weapons
|
longtext
|
|
|
|
|
evidence
|
longtext
|
|
|
|
|
linked_reports
|
longtext
|
|
|
|
|
edit_version
|
int(11)
|
|
|
1
|
|
created_at
|
timestamp
|
|
|
current_timestamp()
|
|
updated_at
|
timestamp
|
|
|
current_timestamp()
|