add new type of tables (certified only) and new type of user (certified)
[brisk.git] / sql / sql.d / 064-user-guarant.sql
1 -- add guarantee of a user
2 ALTER TABLE #PFX#users DROP COLUMN guar_code;
3 ALTER TABLE #PFX#users ADD COLUMN guar_code integer DEFAULT -1;  -- who guaranted this user