iDempiere ::
原使設計 m_substitute 這一個替代用料表沒有優先順序
原使設計 這個 m_substitute 沒有 m_substitute_id 主鍵
原使設計 也沒在 bomline 裡面有是用替代類別
CREATE TABLE adempiere.m_substitute
(
m_product_id numeric(10,0) NOT NULL,
substitute_id numeric(10,0) NOT NULL,
ad_client_id numeric(10,0) NOT NULL,
ad_org_id numeric(10,0) NOT NULL,
isactive character(1) NOT NULL DEFAULT 'Y'::bpchar,
created timestamp without time zone NOT NULL DEFAULT now(),
createdby numeric(10,0) NOT NULL,
updated timestamp without time zone NOT NULL DEFAULT now(),
updatedby numeric(10,0) NOT NULL,
name character varying(60),
description character varying(255),
m_substitute_uu character varying(36) DEFAULT NULL::character varying,
CONSTRAINT m_substitute_pkey PRIMARY KEY (m_product_id, substitute_id),
沒有留言:
張貼留言