リビジョン 368
工事担当変更履歴データ:フィールド追加
レコード番号管理:テーブル追加
ProcessManagement.sql | ||
---|---|---|
1 | 1 |
-- Project Name : noname |
2 |
-- Date/Time : 2018/06/19 8:22:40
|
|
2 |
-- Date/Time : 2018/07/24 8:34:39
|
|
3 | 3 |
-- Author : Horiuchi |
4 | 4 |
-- RDBMS Type : MySQL |
5 | 5 |
-- Application : A5:SQL Mk-2 |
... | ... | |
362 | 362 |
, PersonCode decimal(8,0) not null comment '?S????R?[?h' |
363 | 363 |
, StartDate date comment '?S???J?n?N????' |
364 | 364 |
, CompDate date comment '?S???I???N????' |
365 |
, SourceCode decimal(10,0) unsigned not null comment '???H???R?[?h' |
|
366 |
, DeleteFlg decimal(1,0) not null comment '???t???O' |
|
365 | 367 |
, EntryDate datetime not null comment '?o?^???t' |
366 | 368 |
, UpdateDate datetime not null comment '?X?V???t' |
367 | 369 |
, constraint chgconstrcharge_PKC primary key (ConstructionCode,Division,SeqNo) |
... | ... | |
1998 | 2000 |
create index POrderDetail_Index1 |
1999 | 2001 |
on purchaseorderdetail(SourceCode); |
2000 | 2002 |
|
2003 |
-- ???R?[?h?????? |
|
2004 |
drop table if exists recordkey cascade; |
|
2005 |
|
|
2006 |
create table recordkey ( |
|
2007 |
KeyNo decimal(2,0) unsigned not null comment '?L?[?R?[?h' |
|
2008 |
, RecordNumber decimal(6,0) unsigned not null comment '???R?[?h???' |
|
2009 |
, EntryDate datetime not null comment '?o?^???t' |
|
2010 |
, UpdateDate datetime not null comment '?X?V???t' |
|
2011 |
, constraint recordkey_PKC primary key (KeyNo,RecordNumber) |
|
2012 |
) comment '???R?[?h??????' ; |
|
2013 |
|
|
2001 | 2014 |
-- ?????f?[?^ |
2002 | 2015 |
drop table if exists requestdata cascade; |
2003 | 2016 |
|
他の形式にエクスポート: Unified diff