deleting a column in a table
hi, is removing a row in a table that unused (with db) as easy as deleting argument in the schema?
3 Replies
Intro to Migrations
There are as many ways to migrate data as there are databases, but here’s some basic information to set the stage.
you phrased it really weirdly, if you're looking to deleting a column in a table, wrap it in
v.optional
, for anything else, I'm not quite sure!i see. got it. thanks!