5 lines
89 B
SQL
5 lines
89 B
SQL
CREATE TABLE [user].[LoginPlatform]
|
|
(
|
|
[Platform] NVARCHAR(20) NOT NULL PRIMARY KEY
|
|
)
|