| システム名 | 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 | |
| 物理テーブル名 | rv_pp_product_bomline | ||
| 備考 |
|||
| No | 論理名 | 物理名 | データ型 | Not Null | デフォルト | 備考 |
|---|---|---|---|---|---|---|
| 1 | seqno | numeric(10) | ||||
| 2 | levelno | numeric(10) | ||||
| 3 | levels | character varying(250) | ||||
| 4 | ad_client_id | numeric(10) | ||||
| 5 | ad_org_id | numeric(10) | ||||
| 6 | createdby | numeric(10) | ||||
| 7 | updatedby | numeric(10) | ||||
| 8 | updated | timestamp without time zone | ||||
| 9 | created | timestamp without time zone | ||||
| 10 | ad_pinstance_id | numeric(10) | ||||
| 11 | implosion | character(1) | ||||
| 12 | m_product_id | numeric(10) | ||||
| 13 | isactive | character(1) | ||||
| 14 | pp_product_bom_id | numeric(10) | ||||
| 15 | pp_product_bomline_id | numeric(10) | ||||
| 16 | description | character varying(255) | ||||
| 17 | iscritical | character(1) | ||||
| 18 | componenttype | character(2) | ||||
| 19 | tm_product_id | numeric(10) | ||||
| 20 | c_uom_id | numeric(10) | ||||
| 21 | issuemethod | character(1) | ||||
| 22 | line | numeric(10) | ||||
| 23 | m_attributesetinstance_id | numeric(10) | ||||
| 24 | scrap | numeric | ||||
| 25 | validfrom | timestamp without time zone | ||||
| 26 | validto | timestamp without time zone | ||||
| 27 | qtybom | numeric | ||||
| 28 | qtybatch | numeric | ||||
| 29 | isqtypercentage | character(1) |
| ソース |
|---|
SELECT t.seqno, |
| No | インデックス名 | カラムリスト | ユニーク | 備考 |
|---|
| No | 外部キー名 | カラムリスト | 参照先 | 参照先カラムリスト |
|---|
| No | 外部キー名 | カラムリスト | 参照元 | 参照元カラムリスト |
|---|
| No | プロパティ名 | プロパティ値 |
|---|---|---|
| 1 | schemaname | adempiere |
| 2 | viewname | rv_pp_product_bomline |
| 3 | viewowner | adempiere |
| 4 | definition | SELECT t.seqno, t.levelno, t.levels, t.ad_client_id, t.ad_org_id, t.createdby, t.updatedby, t.updated, t.created, t.ad_pinstance_id, t.implosion, t.sel_product_id AS m_product_id, bl.isactive, bl.pp_product_bom_id, bl.pp_product_bomline_id, bl.description, bl.iscritical, bl.componenttype, t.m_product_id AS tm_product_id, bl.c_uom_id, bl.issuemethod, bl.line, bl.m_attributesetinstance_id, bl.scrap, bl.validfrom, bl.validto, bl.qtybom, bl.qtybatch, bl.isqtypercentage FROM (t_bomline t LEFT JOIN pp_product_bomline bl ON ((t.pp_product_bomline_id = bl.pp_product_bomline_id))); |