yii2-openapi icon indicating copy to clipboard operation
yii2-openapi copied to clipboard

Fix-xDbType

Open siggi-k opened this issue 3 years ago • 2 comments

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

siggi-k avatar Jul 06 '22 14:07 siggi-k

Tests are failing after these changes.

cebe avatar Jul 07 '22 11:07 cebe

Completing this PR in https://github.com/cebe/yii2-openapi/pull/112

SOHELAHMED7 avatar Oct 03 '22 12:10 SOHELAHMED7