beam-automigrate icon indicating copy to clipboard operation
beam-automigrate copied to clipboard

Generated migrations for beam databases

Results 21 beam-automigrate issues
Sort by recently updated
recently updated
newest added

I have a table that looks as follows: ```haskell data RunT f = Run { runId :: C f (SqlSerial Word32) , runTimeStart :: C f UTCTime , runTimeEnd ::...