システム名 | http://www.as-link.com/ | 作成者 | 秦 松甫 |
---|---|---|---|
サブシステム名 | ERPlus@iDempiere3.1_daily | 作成日 | 2016/3/7 |
スキーマ名 | adempiere | 更新日 | |
論理テーブル名 | RDBMS | PostgreSQL 9.4.5 on x86_64-unknown-linux-gnu, compiled by gcc (GCC) 4.8.3 20140911 (Red Hat 4.8.3-9), 64-bit 9.4.5 | |
物理テーブル名 | c_paymenttransaction | ||
備考 |
No | 論理名 | 物理名 | データ型 | Not Null | デフォルト | 備考 |
---|---|---|---|---|---|---|
1 | a_city | character varying(60) | NULL | |||
2 | a_country | character varying(40) | NULL | |||
3 | a_email | character varying(60) | NULL | |||
4 | a_ident_dl | character varying(20) | NULL | |||
5 | a_ident_ssn | character varying(20) | NULL | |||
6 | a_name | character varying(60) | NULL | |||
7 | a_state | character varying(40) | NULL | |||
8 | a_street | character varying(60) | NULL | |||
9 | a_zip | character varying(20) | NULL | |||
10 | accountno | character varying(20) | NULL | |||
11 | ad_client_id | numeric(10) | Yes | |||
12 | ad_org_id | numeric(10) | Yes | |||
13 | ad_orgtrx_id | numeric(10) | NULL | |||
14 | c_activity_id | numeric(10) | NULL | |||
15 | c_bankaccount_id | numeric(10) | NULL | |||
16 | c_bp_bankaccount_id | numeric(10) | NULL | |||
17 | c_bpartner_id | numeric(10) | Yes | |||
18 | c_campaign_id | numeric(10) | NULL | |||
19 | c_cashbook_id | numeric(10) | NULL | |||
20 | c_charge_id | numeric(10) | NULL | |||
21 | c_conversiontype_id | numeric(10) | NULL | |||
22 | c_currency_id | numeric(10) | Yes | |||
23 | c_doctype_id | numeric(10) | ||||
24 | c_invoice_id | numeric(10) | NULL | |||
25 | c_order_id | numeric(10) | NULL | |||
26 | c_payment_id | numeric(10) | NULL | |||
27 | c_paymentbatch_id | numeric(10) | NULL | |||
28 | c_paymentprocessor_id | numeric(10) | NULL | |||
29 | c_paymenttransaction_id | numeric(10) | Yes (PK) | |||
30 | c_paymenttransaction_uu | character varying(36) | NULL | |||
31 | c_postendertype_id | numeric(10) | NULL | |||
32 | c_project_id | numeric(10) | NULL | |||
33 | checkno | character varying(20) | NULL | |||
34 | created | timestamp without time zone | Yes | statement_timestamp() | ||
35 | createdby | numeric(10) | Yes | |||
36 | creditcardexpmm | numeric(10) | 1 | |||
37 | creditcardexpyy | numeric(10) | 3 | |||
38 | creditcardnumber | character varying(20) | NULL | |||
39 | creditcardtype | character(1) | 'M' | |||
40 | creditcardvv | character varying(4) | NULL | |||
41 | customeraddressid | character varying(60) | NULL | |||
42 | customerpaymentprofileid | character varying(60) | NULL | |||
43 | customerprofileid | character varying(60) | NULL | |||
44 | datetrx | timestamp without time zone | Yes | |||
45 | description | character varying(255) | NULL | |||
46 | isactive | character(1) | Yes | 'Y' | ||
47 | isapproved | character(1) | Yes | 'N' | ||
48 | isdelayedcapture | character(1) | Yes | |||
49 | isonline | character(1) | Yes | |||
50 | isreceipt | character(1) | Yes | |||
51 | isselfservice | character(1) | Yes | |||
52 | isvoided | character(1) | Yes | 'N' | ||
53 | micr | character varying(20) | NULL | |||
54 | orig_trxid | character varying(20) | NULL | |||
55 | payamt | numeric | Yes | 0 | ||
56 | ponum | character varying(60) | NULL | |||
57 | r_authcode | character varying(20) | NULL | |||
58 | r_avsaddr | character(1) | NULL | |||
59 | r_avszip | character(1) | NULL | |||
60 | r_cvv2match | character(1) | NULL | |||
61 | r_info | character varying(2000) | NULL | |||
62 | r_pnref | character varying(20) | NULL | |||
63 | r_respmsg | character varying(60) | NULL | |||
64 | r_result | character varying(20) | NULL | |||
65 | r_voidmsg | character varying(255) | NULL | |||
66 | ref_paymenttransaction_id | numeric(10) | NULL | |||
67 | routingno | character varying(20) | NULL | |||
68 | taxamt | numeric | ||||
69 | tendertype | character(1) | Yes | 'K' | ||
70 | trxtype | character(1) | Yes | 'S' | ||
71 | updated | timestamp without time zone | Yes | statement_timestamp() | ||
72 | updatedby | numeric(10) | Yes | |||
73 | user1_id | numeric(10) | NULL | |||
74 | user2_id | numeric(10) | NULL | |||
75 | voiceauthcode | character varying(20) | NULL | |||
76 | voidit | character(1) | NULL | |||
77 | processed | character(1) | Yes | 'N' |
No | インデックス名 | カラムリスト | ユニーク | 備考 |
---|---|---|---|---|
1 | c_paymenttransaction_key | c_paymenttransaction_id | Yes | |
2 | c_paymenttransaction_uu_idx | c_paymenttransaction_uu | Yes |
No | 外部キー名 | カラムリスト | 参照先 | 参照先カラムリスト |
---|---|---|---|---|
1 | adorgtrx_cpaymenttransaction | ad_orgtrx_id | adempiere.ad_org | ad_org_id |
2 | cactivity_cpaymenttransaction | c_activity_id | adempiere.c_activity | c_activity_id |
3 | cbankaccount_cpaymenttransacti | c_bankaccount_id | adempiere.c_bankaccount | c_bankaccount_id |
4 | cbpartner_cpaymenttransaction | c_bpartner_id | adempiere.c_bpartner | c_bpartner_id |
5 | cbpbankaccount_cpaymenttransac | c_bp_bankaccount_id | adempiere.c_bp_bankaccount | c_bp_bankaccount_id |
6 | ccampaign_cpaymenttransaction | c_campaign_id | adempiere.c_campaign | c_campaign_id |
7 | ccashbook_cpaymenttransaction | c_cashbook_id | adempiere.c_cashbook | c_cashbook_id |
8 | ccharge_cpaymenttransaction | c_charge_id | adempiere.c_charge | c_charge_id |
9 | cconversiontype_cpaymenttransa | c_conversiontype_id | adempiere.c_conversiontype | c_conversiontype_id |
10 | ccurrency_cpaymenttransaction | c_currency_id | adempiere.c_currency | c_currency_id |
11 | cinvoice_cpaymenttransaction | c_invoice_id | adempiere.c_invoice | c_invoice_id |
12 | corder_cpaymenttransaction | c_order_id | adempiere.c_order | c_order_id |
13 | cpayment_cpaymenttransaction | c_payment_id | adempiere.c_payment | c_payment_id |
14 | cpaymentbatch_cpaymenttransact | c_paymentbatch_id | adempiere.c_paymentbatch | c_paymentbatch_id |
15 | cpaymentprocessor_cpaymenttran | c_paymentprocessor_id | adempiere.c_paymentprocessor | c_paymentprocessor_id |
16 | cpostendertype_cpaymenttransac | c_postendertype_id | adempiere.c_postendertype | c_postendertype_id |
17 | cproject_cpaymenttransaction | c_project_id | adempiere.c_project | c_project_id |
18 | refpaymenttransaction_cpayment | ref_paymenttransaction_id | adempiere.c_paymenttransaction | c_paymenttransaction_id |
19 | user1_cpaymenttransaction | user1_id | adempiere.c_elementvalue | c_elementvalue_id |
20 | user2_cpaymenttransaction | user2_id | adempiere.c_elementvalue | c_elementvalue_id |
No | 外部キー名 | カラムリスト | 参照元 | 参照元カラムリスト |
---|---|---|---|---|
1 | refpaymenttransaction_cpayment | c_paymenttransaction_id | adempiere.c_paymenttransaction | ref_paymenttransaction_id |
No | プロパティ名 | プロパティ値 |
---|---|---|
1 | schemaname | adempiere |
2 | tablename | c_paymenttransaction |
3 | tableowner | adempiere |
4 | tablespace | |
5 | hasindexes | True |
6 | hasrules | False |
7 | hastriggers | True |