Structure Overhaul
This commit is contained in:
4
Code/MetadataDB/dbo/Tables/DataDump.sql
Normal file
4
Code/MetadataDB/dbo/Tables/DataDump.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
CREATE TABLE [dbo].[DataDump] (
|
||||
[SomeValue] NVARCHAR (50) NOT NULL
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user