This topic describes the columns in the mf_customer_credits table.
-
Column Name: The name of the column.
-
Data Type: The data type of the column.
-
Primary Key: The value is 1 if the column is part of the primary key; 0 if not.
-
Is Nullable: The value is 1 if the column can have a NULL value; 0 if not.
-
Column ID: The ID number of the column.
-
Comment: Text describing the column data (if available).
-
Reference Count: The number of other columns that have a foreign key pointing to this column. Only tables that exist in the reporting database are considered.
-
Reference To: The parent table and column (if there is an upward constraint). Only tables that exist in the reporting database are considered.
Column Name |
Data Type |
Primary Key |
Is Nullable |
Column ID |
Comment |
Reference Count |
Reference To |
customer_credit_guid |
uniqueidentifier |
1 |
0 |
1 |
|
1 |
|
customer_guid |
uniqueidentifier |
0 |
0 |
2 |
|
0 |
|
rma_guid |
uniqueidentifier |
0 |
1 |
3 |
|
0 |
|
credit_amount |
float |
0 |
0 |
4 |
|
0 |
|
description |
varchar (100) |
0 |
1 |
5 |
|
0 |
|
customer_credit_closed |
tinyint |
0 |
0 |
6 |
|
0 |
|
lu_dt |
datetime |
0 |
0 |
7 |
|
0 |
|
cr_dt |
datetime |
0 |
0 |
8 |
|
0 |
|
lu_guid |
uniqueidentifier |
0 |
1 |
9 |
|
0 |
|
cr_guid |
uniqueidentifier |
0 |
1 |
10 |
|
0 |
|
Return to index of tables