"JeeSpringCloud/src/vscode:/vscode.git/clone" did not exist on "ea62439e5aa11dcc43da5588fe54bde6c70a9e7b"
Commit 1cc73384 authored by xiandafu's avatar xiandafu
Browse files

oracle db

parent 2959a783
...@@ -248,7 +248,7 @@ create table CORE_FUNCTION ...@@ -248,7 +248,7 @@ create table CORE_FUNCTION
( (
id NUMBER(11) not null, id NUMBER(11) not null,
code VARCHAR2(256), code VARCHAR2(256),
name VARCHAR2(16), name VARCHAR2(64),
create_time DATE, create_time DATE,
access_url VARCHAR2(256), access_url VARCHAR2(256),
parent_id NUMBER(11), parent_id NUMBER(11),
...@@ -284,8 +284,8 @@ prompt Creating CORE_MENU... ...@@ -284,8 +284,8 @@ prompt Creating CORE_MENU...
create table CORE_MENU create table CORE_MENU
( (
id NUMBER(11) not null, id NUMBER(11) not null,
code VARCHAR2(16), code VARCHAR2(64),
name VARCHAR2(16), name VARCHAR2(64),
create_time DATE, create_time DATE,
function_id NUMBER(11), function_id NUMBER(11),
type VARCHAR2(6), type VARCHAR2(6),
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment