jeevanpillay
jeevanpillay2mo ago

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
Sara
Sara2mo ago
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.
Sara
Sara2mo ago
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!
jeevanpillay
jeevanpillayOP2mo ago
i see. got it. thanks!

Did you find this page helpful?