Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
周伟奇
/
bmw-ocr
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
60c6551b
authored
2021-05-11 16:03:28 +0800
by
周伟奇
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
modify bigint
1 parent
1d152d72
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
src/common/tools/mssql_script3.py
src/common/tools/mssql_script3.py
View file @
60c6551
...
...
@@ -3,7 +3,7 @@ import pyodbc
hil_sql
=
"""
create table hil_ocr_report
(
id int identity
id
big
int identity
primary key,
case_number nvarchar(64) not null,
request_team tinyint default 0 not null,
...
...
@@ -23,7 +23,7 @@ hil_sql = """
create table hil_compare_report
(
id int identity
id
big
int identity
primary key,
case_number nvarchar(64) not null,
request_team tinyint default 0 not null,
...
...
@@ -43,7 +43,7 @@ hil_sql = """
create table hil_compare_offline_report
(
id int identity
id
big
int identity
primary key,
case_number nvarchar(255) not null,
request_team nvarchar(255) not null,
...
...
@@ -65,7 +65,7 @@ hil_sql = """
afc_sql
=
"""
create table afc_ocr_report
(
id int identity
id
big
int identity
primary key,
case_number nvarchar(64) not null,
request_team tinyint default 0 not null,
...
...
@@ -85,7 +85,7 @@ afc_sql = """
create table afc_compare_report
(
id int identity
id
big
int identity
primary key,
case_number nvarchar(64) not null,
request_team tinyint default 0 not null,
...
...
@@ -105,7 +105,7 @@ afc_sql = """
create table afc_compare_offline_report
(
id int identity
id
big
int identity
primary key,
case_number nvarchar(255) not null,
request_team nvarchar(255) not null,
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment