Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||
office_id | BIGINT | 19 | null |
|
|
|||||
closing_date | DATE | 10 | null |
|
|
|||||
is_deleted | BIT | 1 | b'0' |
|
|
|||||
createdby_id | BIGINT | 19 | √ | NULL |
|
|
||||
lastmodifiedby_id | BIGINT | 19 | √ | NULL |
|
|
||||
created_date | DATETIME | 19 | √ | NULL |
|
|
||||
lastmodified_date | DATETIME | 19 | √ | NULL |
|
|
||||
comments | VARCHAR | 500 | √ | NULL |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
FK_acc_gl_closure_m_appuser | Performance | Asc | createdby_id |
FK_acc_gl_closure_m_appuser_2 | Performance | Asc | lastmodifiedby_id |
FK_acc_gl_closure_m_office | Performance | Asc | office_id |
office_id_closing_date | Must be unique | Asc/Asc | office_id + closing_date |