You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2015111100.sql 135B

1234
  1. ALTER TABLE [dbo].[users] ADD [failed_login] [datetime] NULL
  2. GO
  3. ALTER TABLE [dbo].[users] ADD [failed_login_counter] [int] NULL
  4. GO