yii2-openapi
yii2-openapi copied to clipboard
Fix-xDbType
x-db-type will no longer be reformatted from now on. x-db-type is now the final entry in db.
nullalble property is handled correctly.
usecase
created_at:
readOnly: true
type: string
format: datetime
x-db-type: datetime
nullable: false
fixes #100 fixes #99
Tests are failing after these changes.
Completing this PR in https://github.com/cebe/yii2-openapi/pull/112