# reference_agreement_type

## Description

<details>
<summary><strong>Table Definition</strong></summary>

```sql
CREATE TABLE `reference_agreement_type` (
  `reference_agreement_type_id` tinyint unsigned NOT NULL AUTO_INCREMENT,
  `agreement_type` varchar(180) NOT NULL,
  PRIMARY KEY (`reference_agreement_type_id`)
) ENGINE=InnoDB AUTO_INCREMENT=[Redacted by tbls] DEFAULT CHARSET=utf8mb3
```

</details>

## Columns

| Name                        | Type             | Default | Nullable | Extra Definition | Children                                                                                                              | Parents | Comment |
| --------------------------- | ---------------- | ------- | -------- | ---------------- | --------------------------------------------------------------------------------------------------------------------- | ------- | ------- |
| agreement_type              | varchar(180)     |         | false    |                  |                                                                                                                       |         |         |
| reference_agreement_type_id | tinyint unsigned |         | false    | auto_increment   | [account_payment_term](account_payment_term.md) [payment_entity_payoneer_program](payment_entity_payoneer_program.md) |         |         |

## Constraints

| Name    | Type        | Definition                                |
| ------- | ----------- | ----------------------------------------- |
| PRIMARY | PRIMARY KEY | PRIMARY KEY (reference_agreement_type_id) |

## Indexes

| Name    | Definition                                            |
| ------- | ----------------------------------------------------- |
| PRIMARY | PRIMARY KEY (reference_agreement_type_id) USING BTREE |

## Relations

![er](reference_agreement_type.svg)

---

> Generated by [tbls](https://github.com/k1LoW/tbls)
