Skip to content

Conversation

@kyleconroy
Copy link
Collaborator

Extends the work done in #2680 to support adding and dropping columns and tables.

Fixes #2475

import java.time.Instant

enum class VenuesStatus(val value: String) {
enum class VenueStatus(val value: String) {
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This name changed because the table is called venue not venues. The changed name wasn't taken into account before.

)

type VenuesStatus string
type VenueStatus string
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This name changed because the table is called venue not venues. The changed name wasn't taken into account before.

@kyleconroy kyleconroy merged commit 39576d6 into main Oct 13, 2023
@kyleconroy kyleconroy deleted the kyle/mysql-enum-fixes branch October 13, 2023 22:57
alfonsodev pushed a commit to ExponentiaTeam/sqlc that referenced this pull request Oct 13, 2025
Extends the work done in sqlc-dev#2680 to support adding and dropping columns and tables.

Fixes sqlc-dev#2475
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants