Skip to content

Conversation

@zmaren
Copy link

@zmaren zmaren commented Jan 16, 2025

If column type is int then it will not be properly formatted inside Swagger json.

Before:

"id": {
      "type": "object",
      "nullable": true,
      "additionalProperties": true,
      "description": "int"
  },
  "user_id": {
      "type": "object",
      "nullable": true,
      "additionalProperties": true,
      "description": "int"
  },

After

"id": {
      "type": "integer"
  },
  "user_id": {
      "type": "integer"
  },

@zmaren zmaren changed the title fix(column): Column type "int" Fix column type int Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant