3 lines
89 B
MySQL
3 lines
89 B
MySQL
|
Alter TABLE [dbo].[BS_Welder]
|
||
|
add [InTime] [datetime] NULL,
|
||
|
[OutTime] [datetime] NULL
|