How can we help you today? How can we help you today?
sfrade

Activity overview

Latest activity by sfrade

double not null constraints
Hi the code generated by Source control create a constraint NOT NULL and a CHECK (xxx IS NOT NULL) for the same field. see the field titi_name in the code below CREATE TABLE unified.titi ( ti...
1 follower 1 comment 0 votes
The pk column does not need a not null constraint
Hi, Source control generate the following SQL code CREATE TABLE unified.titi ( titi_id RAW(16) DEFAULT SYS_GUID() NOT NULL, titi_name VARCHAR2(50 BYTE) NOT NULL CONS...
2 followers 2 comments 0 votes
What about git as SVC?
Hi, will GIT be supported by the tool? Sebastien
2 followers 3 comments 0 votes
remap schema names
Hi, I'm new with the tool. Is there a way to remap a schema name to another one. I made a comparison between two schemas {src; trg}. The src schema grant privileges to other schemas than trg. src b...
1 follower 1 comment 0 votes