---
editLink: false
lastUpdated: false
---

[@salesforce/b2c-tooling-sdk](../../../modules.md) / [operations/cip](../index.md) / CipColumnMetadata

# Interface: CipColumnMetadata

Defined in: [packages/b2c-tooling-sdk/src/operations/cip/types.ts:100](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/67fb8580ac3c5b372617ee3ec3fc8f2bc9f16174/packages/b2c-tooling-sdk/src/operations/cip/types.ts#L100)

Column metadata record from CIP metadata catalog.

## Properties

### columnName

> **columnName**: `string`

Defined in: [packages/b2c-tooling-sdk/src/operations/cip/types.ts:101](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/67fb8580ac3c5b372617ee3ec3fc8f2bc9f16174/packages/b2c-tooling-sdk/src/operations/cip/types.ts#L101)

***

### dataType

> **dataType**: `string`

Defined in: [packages/b2c-tooling-sdk/src/operations/cip/types.ts:102](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/67fb8580ac3c5b372617ee3ec3fc8f2bc9f16174/packages/b2c-tooling-sdk/src/operations/cip/types.ts#L102)

***

### isNullable

> **isNullable**: `boolean`

Defined in: [packages/b2c-tooling-sdk/src/operations/cip/types.ts:103](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/67fb8580ac3c5b372617ee3ec3fc8f2bc9f16174/packages/b2c-tooling-sdk/src/operations/cip/types.ts#L103)

***

### ordinalPosition

> **ordinalPosition**: `number`

Defined in: [packages/b2c-tooling-sdk/src/operations/cip/types.ts:104](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/67fb8580ac3c5b372617ee3ec3fc8f2bc9f16174/packages/b2c-tooling-sdk/src/operations/cip/types.ts#L104)

***

### tableName

> **tableName**: `string`

Defined in: [packages/b2c-tooling-sdk/src/operations/cip/types.ts:105](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/67fb8580ac3c5b372617ee3ec3fc8f2bc9f16174/packages/b2c-tooling-sdk/src/operations/cip/types.ts#L105)

***

### tableSchema

> **tableSchema**: `string`

Defined in: [packages/b2c-tooling-sdk/src/operations/cip/types.ts:106](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/67fb8580ac3c5b372617ee3ec3fc8f2bc9f16174/packages/b2c-tooling-sdk/src/operations/cip/types.ts#L106)
