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