Each row in this table represents an installment
rule.
Column Descriptions:
Name | Type | Description |
INSRULE_ID | BIGINT NOT NULL | The installment rule id. |
STOREENT_ID | INTEGER NOT NULL | The related store id. |
NAME | VARCHAR (64) NOT NULL | The name of the installment rule. |
DESCRIPTION | VARCHAR (254) | The description of the installment rule. |
PRIORITY | DOUBLE NOT NULL DEFAULT 0 | The priority of the installment rule. |
STARTDATE | TIMESTAMP | The start date of the installment rule. |
ENDDATE | TIMESTAMP | The end date of the installment rule. |
STATUS | SMALLINT NOT NULL DEFAULT 0 | The status of this installment rule.
0 = inactive
1 = active |
LASTUPDATE | TIMESTAMP | The date that this installment rule was last
updated. |
FIELD1 | INTEGER | Customizable. |
FIELD2 | DECIMAL (20,5) | Customizable. |
FIELD3 | VARCHAR (254) | Customizable. |
OPTCOUNTER | SMALLINT NOT NULL DEFAULT 0 | The optimistic concurrency control counter for
the table. Every time there is an update to the table, the counter
is incremented. |
Indexes:
Name | Column Names | Type |
<SYSTEM-GENERATED> | INSRULE_ID | Primary Key |
I0001326 | STOREENT_ID+NAME | Unique Index |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_3618 | STOREENT_ID | STOREENT | STOREENT_ID | Cascade |
Referenced By Child Tables: