Paul Smith

Results 133 comments of Paul Smith

I like the idea of renaming it and adding a new upsert. It's been long enough that I don't quite remember the complexities of adding upsert, but it would be...

This is a fantastic idea. I also agree that at first it can be added w/o any special methods for querying, but eventually I'd *love* to be able to do...

I love this idea, but I'd like to add better support in LuckyRecord before adding it to migrator. I think for now doing it with `execute` is ok.

Good catch! I think for now it would be best to change it to Int32 so it can be released without having to make changes to migratory and LuckyRecord

I love this idea! đź‘Ť ```crystal create_index :users, [:name, :email] ```

I think you’re right that I added too many. Maybe just around the year month and day would work too! > On Jun 13, 2018, at 6:18 AM, Mikias Abera...

Yeah, I think that is a perfect balance!

I would love some help with this :D And that's exactly the type of thing I'd like to see in Migrator. I think this could be done purely in Migrator...

@mikeeus I'd love to give some pointers. I think the block should only be accepted when adding a required (non `?` column) when *altering* a table. For everything else, it...