nullable api params and tenancy mapping
This commit is contained in:
@ -151,5 +151,8 @@ components:
|
||||
#for $column in $table.columns
|
||||
$column.name:
|
||||
type: $column.apitype
|
||||
#if (('notnull' not in $column) or (not $column.notnull))
|
||||
nullable: true
|
||||
#end if
|
||||
#end for
|
||||
#end for
|
||||
|
Reference in New Issue
Block a user