Skip to content

Invalid default value for 'RET_DATE' #16

Open
@jomariabejo

Description

@jomariabejo

I created a db table named LOAN and I encountered error after executing this query.

CREATE TABLE LOAN
(
L_ID INTEGER not null PRIMARY KEY,
BORROWER INTEGER not null,
BOOK INTEGER not null,
ISSUER INTEGER not null,
ISS_DATE TIMESTAMP not null,
RECEIVER INTEGER ,
RET_DATE TIMESTAMP ,
FINE_PAID BOOLEAN
);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions