Skip to content

Instantly share code, notes, and snippets.

View gustavoeraldo's full-sized avatar

Gustavo Eraldo gustavoeraldo

View GitHub Profile
@chand
chand / rails-drop-tablemigration-model-controller.md
Last active November 5, 2023 22:33
Drop Table, Model, Migration in Rails

Dropping Migration Table, Models, Controller

Command Line

1. Drop Table/Migration

rails generate migration DropTablename

A file will be created, in the db > migrate folder, make sure it looks like: