# WHO Columns

Make sure the following WHO columns exists on all the tables that are updated via. the platform UI

```sql
  `CREATION_DATE` datetime(6) NOT NULL,
  `CREATED_BY` varchar(128) NOT NULL,
  `LAST_UPDATE_DATE` datetime(6) NOT NULL,
  `LAST_UPDATED_BY` varchar(128) NOT NULL,
```

{% hint style="warning" %}
Note: The date column LAST\_UPDATE\_DATE must be of type **datetime(6)**
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://next-docs.cloudio.io/datasource/who-columns.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
