Skip to content

Instantly share code, notes, and snippets.

@IAMIronmanSam
Created January 15, 2013 14:47
Show Gist options
  • Save IAMIronmanSam/4539167 to your computer and use it in GitHub Desktop.
Save IAMIronmanSam/4539167 to your computer and use it in GitHub Desktop.
UrbanTraveller DB
CREATE TABLE UT_USERS (USERID INTEGER Not null primary key generated always as identity (start with 1, increment by 1),USERNAME VARCHAR(15) NOT NULL UNIQUE,PASSWORD VARCHAR(15) NOT NULL, LASTLOGIN TIMESTAMP)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment