Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Springboot Plus
Commits
1cc73384
Commit
1cc73384
authored
Mar 20, 2018
by
xiandafu
Browse files
oracle db
parent
2959a783
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/starter-oracle.sql
View file @
1cc73384
...
...
@@ -248,7 +248,7 @@ create table CORE_FUNCTION
(
id
NUMBER
(
11
)
not
null
,
code
VARCHAR2
(
256
),
name
VARCHAR2
(
1
6
),
name
VARCHAR2
(
6
4
),
create_time
DATE
,
access_url
VARCHAR2
(
256
),
parent_id
NUMBER
(
11
),
...
...
@@ -284,8 +284,8 @@ prompt Creating CORE_MENU...
create
table
CORE_MENU
(
id
NUMBER
(
11
)
not
null
,
code
VARCHAR2
(
1
6
),
name
VARCHAR2
(
1
6
),
code
VARCHAR2
(
6
4
),
name
VARCHAR2
(
6
4
),
create_time
DATE
,
function_id
NUMBER
(
11
),
type
VARCHAR2
(
6
),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment