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

Board Table #9

Open
mic050r opened this issue Oct 5, 2024 · 0 comments
Open

Board Table #9

mic050r opened this issue Oct 5, 2024 · 0 comments
Assignees

Comments

@mic050r
Copy link
Member

mic050r commented Oct 5, 2024

create table board(
id number(10) not null,
writer varchar2(20),
contents varchar2(300),
regDate timestamp default sysdate,
primary key(id));
desc board;
create sequence seq_id increment by 1 start with 1;
``

-- id(PK 시퀀스), regDate: 오늘 날짜 등록 
@mic050r mic050r self-assigned this Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant