The "Freeola Customer Forum" forum, which includes Retro Game Reviews, has been archived and is now read-only. You cannot post here or create a new thread or review on this forum.
ALTER TABLE
Add a new one...
ALTER TABLE
You'll have to drop foreign keys on other tables that reference the column first though.
If it can't be changed, that is very gay. The user should have ultimate control. The system does not know best.
I know if I'd set it up as a constraint I could drop the constraint, but I didn't. I need to find some other way to drop the existing primary key, then I can set a new one.
The table metadata looks like this
* Table: CALENDER, Owner: SYSDBA */
CREATE TABLE "CALENDER"
(
"PROGRAMME_ID" "PROGRAMME_ID" NOT NULL,
"MODULE_ID" "MODULE_ID" NOT NULL,
"OPTIONALITY" "OPTIONALITY",
PRIMARY KEY ("PROGRAMME_ID")
);
I don't want Programme_ID as the primary key.....