barrel
barrel copied to clipboard
🛢 A database schema migration builder for Rust
This is [PR 105](https://github.com/rust-db/barrel/pull/105) updated to the current codebase. > Single-quoting the value makes it impossible to use functions. > Instead, the quoting should happen in the parameter to default()....
Hi there, I added the possibility to add an ON UPDATE and ON DELETE statement for Pg, MySql and Sqlite3. I do not know if this is in your sense...
Add the column types SmallSerial and BigSerial for Postgres. This should close #111
warning: unknown attribute `norun`. Did you mean `no_run`?
Single-quoting the value makes it impossible to use functions. Instead, the quoting should happen in the parameter to `default()`. This should also close #99.