You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Oracle建表语句如下:
create table IXXX.M_MAGIC_API_BACKUP
(
id VARCHAR2(32),
create_date NUMBER,
tag VARCHAR2(32),
type VARCHAR2(32),
name VARCHAR2(64),
content CLOB,
create_by VARCHAR2(64),
create_time DATE default sysdate
)
The text was updated successfully, but these errors were encountered:
Oracle建表语句如下:
create table IXXX.M_MAGIC_API_BACKUP
(
id VARCHAR2(32),
create_date NUMBER,
tag VARCHAR2(32),
type VARCHAR2(32),
name VARCHAR2(64),
content CLOB,
create_by VARCHAR2(64),
create_time DATE default sysdate
)
The text was updated successfully, but these errors were encountered: