Posts
Sort by recent activity
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...
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...
What about git as SVC?
Hi,
will GIT be supported by the tool?
Sebastien
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...