Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid default value for 'RET_DATE' #16

Open
jomariabejo opened this issue Mar 6, 2023 · 0 comments
Open

Invalid default value for 'RET_DATE' #16

jomariabejo opened this issue Mar 6, 2023 · 0 comments

Comments

@jomariabejo
Copy link

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
);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant