mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
@@ -1,5 +1,5 @@
|
||||
import { Field } from './field';
|
||||
import { Table } from '@directus/schema/dist/types/table';
|
||||
import { Table } from 'knex-schema-inspector/dist/types/table';
|
||||
|
||||
export type CollectionMeta = {
|
||||
collection: string;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { Column } from '@directus/schema/dist/types/column';
|
||||
import { Column } from 'knex-schema-inspector/dist/types/column';
|
||||
|
||||
export const types = [
|
||||
'bigInteger',
|
||||
|
||||
Reference in New Issue
Block a user