Skip to content
Open

t2 #14

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions min.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
create table users(
id varchar2(20) primary key,
pass varchar2(20) not null,
name varchar2(15) not null,
phone varchar2(20) not null
);

commit;

select * from users;
4 changes: 2 additions & 2 deletions target/m2e-wtp/web-resources/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Manifest-Version: 1.0
Built-By: lucy
Build-Jdk: 11.0.23
Built-By: jeongseongmun
Build-Jdk: 11.0.11
Created-By: Maven Integration for Eclipse

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Generated by Maven Integration for Eclipse
#Thu Aug 01 14:08:28 KST 2024
m2e.projectLocation=/Users/lucy/git/MiniProject
#Thu Aug 01 17:38:01 KST 2024
m2e.projectLocation=/Users/moon/git/MiniProject
m2e.projectName=MiniProject
groupId=com.shoppingmall
artifactId=biz
Expand Down