Aleksey Bobyr
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Edited Modify Table -> modify Default is not working
Hi I'm using DataGrip for SQL Server 1. Consider I want to modify default value of some column of some table that already has a default value. But it is impossible because on attempt to do so I... -
Created seting up coffeeScript project to get compiled .js files
I'm setting up my first coffeeScript project. For this moment I already can run my .coffee, but I want it to generate appropriate .js file after each build. The structure of project is:Coffee \...