pdu、pending_msgs、part都是彩信的主要資料表。
1.pdu
stinteger
m_type
integer
x-mms-message-type,由mms協議定義的彩信型別,其中send-req為128、notification-ind為130、retrieve-conf為132、delivery_ind為134、read_orig_ind為136
vinteger
x-mms-mms-version,此條彩信對應的mms協議的版本號,1.0 16,1.1 17,1.2 18,1.3 19
sub_cs
integer
此條彩信主題編碼方式:utf-8為106
rrinteger
閱讀報告,yes(128)與no(129)決定閱讀狀態報告是否啟用了。
read_status
integer
閱讀報告結果,yes(128)與no(129)決定對方是否已經閱讀彩信。
stinteger
當時彩信為遞送報告時:134與129為接收成功,128為超時.....
resp_st
integer
彩信傳送狀態,128為傳送成功,其餘狀態為傳送失敗。
d_rpt
integer
彩信遞送報告啟用狀態,128為啟用,128為未啟用。
SQL資料庫字段型別說明
bit 0或1的整型數字 int 從 2 31 2,147,483,648 到2 31 2,147,483,647 的整型數字 allint 從 2 15 32,768 到2 15 32,767 的整型數字 tinyint 從0到255的整型數字 decimal 從 10 38到10 38 1的定精...
SQL資料庫字段型別說明
bit 0或1的整型數字 int 從 2 31 2,147,483,648 到2 31 2,147,483,647 的整型數字 smallint 從 2 15 32,768 到2 15 32,767 的整型數字 tinyint 從0到255的整型數字 decimal 從 10 38到10 38 1的...
JBPM資料庫表字段說明 二
1.jbpm task 字段 含義 id 流程任務的標識 主鍵 name 任務名字 description 任務描述 processdefinition 任務所屬的流程定義 對應jbom processdefinition外來鍵 isblocking 任務時候阻塞 issingalling 任務是否...