Skip to content

Commit 16dc5a6

Browse files
committed
Adding required flag to Schema
1 parent 67c3446 commit 16dc5a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ export interface Column extends Property {
3030
format?: string;
3131
index?: string[];
3232
primaryKey?: boolean;
33+
required?: boolean;
3334
}
3435

3536
// Extra properties such as `array`, 'subType' and 'unique can only be defined externally

0 commit comments

Comments
 (0)