Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| AddressMarketBoundaryId | int identity | 4 | √ | null |
|
|
|||||
| AddressId | int | 4 | √ | null |
|
|
|||||
| MarketBoundaryId | int | 4 | √ | null |
|
|
|||||
| CreatedAt | datetime | 16,3 | √ | null |
|
|
|||||
| UpdatedAt | datetime | 16,3 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK_AddressMarketBoundaryId | Primary key | Asc | AddressMarketBoundaryId |
| IX_AddressMarketBoundary_MarketBoundary | Performance | Asc | MarketBoundaryId |