Loading...
Searching...
No Matches
mpe_xlmap_rules.ddl
Go to the documentation of this file.
1/**
2 @file
3 @brief DDL for mpe_xlmap_rules
4
5 @version 9.3
6 @author 4GL Apps Ltd
7 @copyright 4GL Apps Ltd
8**/
9
10create table &curlib..mpe_xlmap_rules(
11 tx_from num not null,
12 XLMAP_ID char(32) not null,
13 XLMAP_RANGE_ID char(32) not null,
14 XLMAP_SHEET char(32) not null,
15 XLMAP_START char(1000) not null,
16 XLMAP_FINISH char(1000),
17 tx_to num not null,
18 constraint pk_mpe_xlmap_rules
19 primary key(tx_from,XLMAP_ID,XLMAP_RANGE_ID));