ponjavic
- 221
- 0
Isn't possible to delete and remove columns after a table has been created?
Rows works just fine but columns don't...
Rows works just fine but columns don't...
so-crates said:You can, but its not considered a good thing to do, except possibly when prototyping. This is because you are altering your schema, which shouldn't happen. Would you want to alter the form of a data structure at runtime?