mirror of
https://github.com/ilyakooo0/reshape.git
synced 2024-11-29 12:03:35 +03:00
7cc4f23db9
The existing test to set a column as NOT NULL didn't actually check that the constraint was added, which has also been fixed. I also added a new test for the opposite change, making a NOT NULL column nullable. The README has also been updated with a new example for setting a column as NOT NULL. |
||
---|---|---|
.. | ||
add_column.rs | ||
add_foreign_key.rs | ||
add_index.rs | ||
alter_column.rs | ||
common.rs | ||
create_enum.rs | ||
create_table.rs | ||
failure.rs | ||
remove_column.rs | ||
remove_enum.rs | ||
remove_foreign_key.rs | ||
remove_index.rs | ||
remove_table.rs | ||
rename_table.rs |