Skip to content

Instantly share code, notes, and snippets.

@varundwarkani
Created June 9, 2021 18:01
Show Gist options
  • Save varundwarkani/49db2964dbfd31f68be645cfefb2c051 to your computer and use it in GitHub Desktop.
Save varundwarkani/49db2964dbfd31f68be645cfefb2c051 to your computer and use it in GitHub Desktop.
@RenameTable(fromTableName = "Quiz", toTableName = "Quizzes")
@DeleteTable(tableName = "Quiz")
@DeleteColumn(tableName = "Quiz", columnName = "QuizQuestion")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment