リビジョン 184
入金明細テーブル変更(請求Noを主キーの一部に加え、連番と行番号を項目削除)
ProcessManagement.sql | ||
---|---|---|
2063 | 2063 |
ORDERERSDIVISION decimal(5,0) not null comment '発注者区分' |
2064 | 2064 |
, ORDERERSCODE decimal(5,0) not null comment '発注者コード' |
2065 | 2065 |
, TARGETDATE decimal(6,0) not null comment '対象年月' |
2066 |
, SEQNO decimal(3,0) not null comment '連番' |
|
2067 |
, LINECOUNT decimal(3,0) not null comment '行番号' |
|
2068 |
, REQUESTNO decimal(10,0) comment '請求No' |
|
2066 |
, REQUESTNO decimal(10,0) not null comment '請求No' |
|
2069 | 2067 |
, ORDERNO decimal(2,0) comment '受付番号' |
2070 | 2068 |
, DEPOSITAMOUNT decimal(10,0) comment '入金金額' |
2071 | 2069 |
, DISCOUNTAMOUNT decimal(10,0) comment '値引き金額' |
... | ... | |
2079 | 2077 |
, NOTE varchar(120) comment '備考' |
2080 | 2078 |
, ENTRYDATE datetime comment '登録日付' |
2081 | 2079 |
, UPDATEDATE datetime comment '更新日付' |
2082 |
, constraint depositdatadetail_PKC primary key (ORDERERSDIVISION,ORDERERSCODE,TARGETDATE,SEQNO,LINECOUNT)
|
|
2080 |
, constraint depositdatadetail_PKC primary key (ORDERERSDIVISION,ORDERERSCODE,TARGETDATE,REQUESTNO)
|
|
2083 | 2081 |
) comment '入金明細データ' ; |
2084 | 2082 |
|
2085 | 2083 |
-- 請求書データ |
他の形式にエクスポート: Unified diff