|
id
|
int(11)
|
|
|
|
|
application_id
|
int(11)
|
|
|
浏览不相关的值
|
|
type
|
enum
|
-- |
|
complaint
|
|
category
|
enum
|
-- |
|
other
|
|
title
|
varchar(255)
|
|
|
|
|
description
|
text
|
|
|
|
|
priority
|
enum
|
-- |
|
medium
|
|
status
|
enum
|
-- |
|
open
|
|
assigned_to
|
int(11)
|
|
|
|
|
resolved_at
|
timestamp
|
|
|
|
|
resolution_notes
|
text
|
|
|
|
|
journal_entry_id
|
int(11)
|
|
|
|
|
maintenance_cost
|
decimal(10,2)
|
|
|
0.00
|
|
attachment
|
varchar(255)
|
|
|
|
|
created_at
|
timestamp
|
|
|
current_timestamp()
|
|
updated_at
|
timestamp
|
|
|
current_timestamp()
|