@directus/schema
Advanced tools
Comparing version 12.0.0 to 12.1.0
@@ -24,2 +24,3 @@ import { Knex } from 'knex'; | ||
is_unique: boolean; | ||
is_indexed: boolean; | ||
is_primary_key: boolean; | ||
@@ -26,0 +27,0 @@ is_generated: boolean; |
{ | ||
"name": "@directus/schema", | ||
"version": "12.0.0", | ||
"version": "12.1.0", | ||
"description": "Utility for extracting information about existing DB schema", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is too big to display
87797
2207