Forum

anuragkumar
Participant
    6 years, 1 month ago #15613
    Up
    1
    Down
    ::

    I found the solution as I had to modify the request as below removing the FOREIGN KEY key-word.

    CREATE TABLE IF NOT EXISTS project_assignee (id INTEGER PRIMARY KEY, person, role, status, project_id INTEGER REFERENCES project1 (id) )