Default value for a string type?

in mySql we can use enum(0,1) and set default value to 0. The same logic i need to implement here.