mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-05 17:24:21 +01:00
Simple PR to check minor issue that `INTEGER PRIMARY KEY NOT NULL` (`NOT NULL` is redundant here obviously) will prevent user to insert anything to the table as rowid-alias column always set to null by `turso-db` Reviewed-by: Jussi Saurio <jussi.saurio@gmail.com> Closes #2063