Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
T
ttzc0800-harkka
Project
Project
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Security & Compliance
Security & Compliance
Dependency List
Packages
Packages
List
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
M1888
ttzc0800-harkka
Commits
7e10a13e
Commit
7e10a13e
authored
Apr 05, 2019
by
M1888
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
testejä
parent
5415f20d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
create-kendokanta.sql
create-kendokanta.sql
+4
-4
No files found.
create-kendokanta.sql
View file @
7e10a13e
...
@@ -215,10 +215,10 @@ ENGINE = InnoDB;
...
@@ -215,10 +215,10 @@ ENGINE = InnoDB;
-- -----------------------------------------------------
-- -----------------------------------------------------
CREATE
TABLE
IF
NOT
EXISTS
`M1888`
.
`ottelutapahtuma`
(
CREATE
TABLE
IF
NOT
EXISTS
`M1888`
.
`ottelutapahtuma`
(
`ottelu_id`
INT
NOT
NULL
,
`ottelu_id`
INT
NOT
NULL
,
`aikalisa_id`
INT
UNSIGNED
NULL
,
`aikalisa_id`
INT
UNSIGNED
DEFAULT
NULL
,
`jaahy_id`
INT
UNSIGNED
NULL
,
`jaahy_id`
INT
UNSIGNED
DEFAULT
NULL
,
`rankkari_id`
INT
UNSIGNED
NULL
,
`rankkari_id`
INT
UNSIGNED
DEFAULT
NULL
,
`maali_id`
INT
UNSIGNED
NULL
,
`maali_id`
INT
UNSIGNED
DEFAULT
NULL
,
`aika`
INT
NOT
NULL
,
`aika`
INT
NOT
NULL
,
INDEX
`fk_ottelutapahtuma_ottelu1_idx`
(
`ottelu_id`
ASC
),
INDEX
`fk_ottelutapahtuma_ottelu1_idx`
(
`ottelu_id`
ASC
),
PRIMARY
KEY
(
`ottelu_id`
,
`aikalisa_id`
,
`jaahy_id`
,
`rankkari_id`
,
`maali_id`
),
PRIMARY
KEY
(
`ottelu_id`
,
`aikalisa_id`
,
`jaahy_id`
,
`rankkari_id`
,
`maali_id`
),
...
...
Write
Preview
Markdown
is supported
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