mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 15:25:49 +00:00
login file committed
This commit is contained in:
parent
516722647a
commit
6294df70da
1 changed files with 6 additions and 0 deletions
6
login.jsp
Normal file
6
login.jsp
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
CREATE TABLE "USER432"
|
||||||
|
( "NAME" VARCHAR2(4000),
|
||||||
|
"EMAIL" VARCHAR2(4000),
|
||||||
|
"PASS" VARCHAR2(4000)
|
||||||
|
)
|
||||||
|
/
|
Loading…
Reference in a new issue