MCPcopy
hub / github.com/directus/directus / dateTime

Method dateTime

packages/schema-builder/src/field.ts:154–164  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

152 }
153
154 dateTime(): this {
155 assert(this._data._kind === 'initial', 'Field type was already set');
156
157 this._data = {
158 field: this._data.field,
159 ...DATE_TIME_FIELD,
160 _kind: 'finished',
161 };
162
163 return this;
164 }
165
166 decimal(): this {
167 assert(this._data._kind === 'initial', 'Field type was already set');

Callers 6

builder.test.tsFile · 0.80
payload.test.tsFile · 0.80
addColumnToTableMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected