aboutsummaryrefslogtreecommitdiffstats
path: root/sql/postgres/patch-user_autocreate_serial.sql
blob: d0377260d3c88934422f9585b1dac3c469b158d3 (plain) (blame)
1
2
3
4
5
CREATE TABLE user_autocreate_serial (
  uas_shard INT NOT NULL,
  uas_value INT NOT NULL,
  PRIMARY KEY(uas_shard)
);