-- Author: JKhuang -- Create date: 7/8/2012 -- Description: A table stores the user information. -- ===CREATE TABLE [dbo].[jk_users](-- This is the reference to Users table, it is primary key. [ID] [bigint]IDENTITY(1,1) NOT NULL, [user_login] [varchar](60) NOT NULL, [...