examples
examples copied to clipboard
Fix to sequence-based primary keys causing permission errors
Fixes #9.
Used IDENTITY column to remove the need to add a GRANT USAGE on sequence, which SERIAL will require.