Skip to content

Commit f48b5ec

Browse files
committed
duration values are in seconds
1 parent 87dfd53 commit f48b5ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intro/models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ As you can see in the example, due to the different column types, the values can
155155
| `number`<br/>`percent`<br/>`dollar`<br/>`euro` | `integer` | `279` or `12.5344` | |
156156
| `collaborator` | `array` | `["[email protected]", "[email protected]"]` | |
157157
| `date` | `string`<br/>([ISO 8601 date and time in UTC](https://en.wikipedia.org/wiki/ISO_8601)) | ` "2021-07-01 13:59"` or <br/>`"2021-03-10T16:19:31.761+00:00"` | - seatable accepts a wide variety of date formats.<br/> - Always saved in iso format.<br/>- If "Accurate to minutes" is not set, hh:mm will be ignored. |
158-
| `duration` | `string` | `"9:50"` or `"1:10:30"` | Depending on column setting. |
158+
| `duration` | `integer` (Duration in seconds) | `5400` | |
159159
| `single-select` | `string` | `"female"` | The exact string of the option is required. If the option doesn't exist, `option deleted` will be shown in the UI. |
160160
| `multiple-select` | `array` | `["Option 1", "Option 2"]` | Non-existing options will be ignored. |
161161
| `image` | `array` | `["/workspace/24/asset/.../heart.png", "https://seatable.io/logo.svg"]` | Images can be stored in two ways:<br/>- [uploading an image](https://api.seatable.io/reference/uploadfile)<br/>- providing public URLs |

0 commit comments

Comments
 (0)