Skip to content

Commit 3a651f9

Browse files
reverted data types to list
1 parent 7ef9da7 commit 3a651f9

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

src/connections/storage/warehouses/schema.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,17 @@ When Segment process a new batch and discover a new column to add, we take the m
411411

412412
### Data Types
413413

414-
The data types that Segment currently supports include `timestamp`, `integer`, `float`, `boolean`, and `varchar`.
414+
The data types that Segment currently supports include:
415+
416+
#### `timestamp`
417+
418+
#### `integer`
419+
420+
#### `float`
421+
422+
#### `boolean`
423+
424+
#### `varchar`
415425

416426
Data types are set up in your warehouse based on the first value that comes in from a source. For example, if the first value that came in from a source was a string, Segment would set the data type in the warehouse to `string`.
417427

0 commit comments

Comments
 (0)