| システム名 | 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 | |
| 物理テーブル名 | pp_order_node_vt | ||
| 備考 |
|||
| No | 論理名 | 物理名 | データ型 | Not Null | デフォルト | 備考 |
|---|---|---|---|---|---|---|
| 1 | ad_client_id | numeric(10) | ||||
| 2 | ad_org_id | numeric(10) | ||||
| 3 | isactive | character(1) | ||||
| 4 | created | timestamp without time zone | ||||
| 5 | createdby | numeric(10) | ||||
| 6 | updated | timestamp without time zone | ||||
| 7 | updatedby | numeric(10) | ||||
| 8 | ad_language | character varying(6) | ||||
| 9 | name | character varying(60) | ||||
| 10 | c_bpartner_id | numeric(10) | ||||
| 11 | cost | numeric | ||||
| 12 | datefinish | timestamp without time zone | ||||
| 13 | datefinishschedule | timestamp without time zone | ||||
| 14 | datestart | timestamp without time zone | ||||
| 15 | datestartschedule | timestamp without time zone | ||||
| 16 | description | character varying(255) | ||||
| 17 | docaction | character(2) | ||||
| 18 | docstatus | character(2) | ||||
| 19 | duration | numeric(10) | ||||
| 20 | durationreal | numeric(10) | ||||
| 21 | durationrequiered | numeric(10) | ||||
| 22 | help | character varying(2000) | ||||
| 23 | ismilestone | character(1) | ||||
| 24 | issubcontracting | character(1) | ||||
| 25 | movingtime | numeric(10) | ||||
| 26 | overlapunits | numeric(10) | ||||
| 27 | pp_order_id | numeric(10) | ||||
| 28 | pp_order_workflow_id | numeric(10) | ||||
| 29 | pp_order_node_id | numeric(10) | ||||
| 30 | priority | numeric(10) | ||||
| 31 | qtydelivered | numeric | ||||
| 32 | qtyrequiered | numeric | ||||
| 33 | qtyscrap | numeric | ||||
| 34 | queuingtime | numeric(10) | ||||
| 35 | s_resource_id | numeric(10) | ||||
| 36 | setuptime | numeric(10) | ||||
| 37 | setuptimereal | numeric(10) | ||||
| 38 | unitscycles | numeric(10) | ||||
| 39 | validfrom | timestamp without time zone | ||||
| 40 | validto | timestamp without time zone | ||||
| 41 | value | character varying(40) | ||||
| 42 | waitingtime | numeric(10) | ||||
| 43 | workingtime | numeric(10) | ||||
| 44 | yield | numeric(10) |
| ソース |
|---|
SELECT onode.ad_client_id, |
| No | インデックス名 | カラムリスト | ユニーク | 備考 |
|---|
| No | 外部キー名 | カラムリスト | 参照先 | 参照先カラムリスト |
|---|
| No | 外部キー名 | カラムリスト | 参照元 | 参照元カラムリスト |
|---|
| No | プロパティ名 | プロパティ値 |
|---|---|---|
| 1 | schemaname | adempiere |
| 2 | viewname | pp_order_node_vt |
| 3 | viewowner | adempiere |
| 4 | definition | SELECT onode.ad_client_id, onode.ad_org_id, onode.isactive, onode.created, onode.createdby, onode.updated, onode.updatedby, ont.ad_language, ont.name, onode.c_bpartner_id, onode.cost, onode.datefinish, onode.datefinishschedule, onode.datestart, onode.datestartschedule, ont.description, onode.docaction, onode.docstatus, onode.duration, onode.durationreal, onode.durationrequiered, ont.help, onode.ismilestone, onode.issubcontracting, onode.movingtime, onode.overlapunits, onode.pp_order_id, onode.pp_order_workflow_id, onode.pp_order_node_id, onode.priority, onode.qtydelivered, onode.qtyrequiered, onode.qtyscrap, onode.queuingtime, onode.s_resource_id, onode.setuptime, onode.setuptimereal, onode.unitscycles, onode.validfrom, onode.validto, onode.value, onode.waitingtime, onode.workingtime, onode.yield FROM (pp_order_node onode LEFT JOIN pp_order_node_trl ont ON ((ont.pp_order_node_id = onode.pp_order_node_id))); |