Skip to content

Found DB table CREATE

SehwaGod edited this page Jun 7, 2020 · 1 revision

CREATE TABLE Found( [Found_id] int NOT NULL IDENTITY(1,1) PRIMARY KEY, [Found_data] NVARCHAR(3) NOT NULL, [Found_DateTime] [datetime] NOT NULL, [Found_BigCate] [nvarchar](30) NOT NULL, [Found_SmallCate] [nvarchar](30) DEFAULT NULL, [Found_Name] [nvarchar](150) NOT NULL, [Found_Description] [nvarchar](150) DEFAULT NULL, [Found_GetPosition] [nvarchar](30) NOT NULL, [Found_ImageURL] [nvarchar](300) DEFAULT NULL )

Clone this wiki locally