simonw / datasette-edit-schema

Datasette plugin for modifying table schemas
Apache License 2.0
16 stars 0 forks source link

Support for transforming tables (changing column types, dropping columns, changing order) #11

Closed simonw closed 4 years ago

simonw commented 4 years ago

This will be a significant UI design challenge, but unlocking the functionality added in https://github.com/simonw/sqlite-utils/issues/114 will be extremely useful.

simonw commented 4 years ago

It's starting to come together:

Edit_table_foreign_key_references_in_fixtures