So I'd like to create a column in a table in a postgres databse that auto increments a number and places it after some data. AKA
protocols table:
name | uri |
_____________________________
someProtocol | /protocol/1
otherProt | /protocol/2
Is there a way to create a sequence of some kind with other data? My knowledge of postgres column creation is fairly limited