Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
idatg2204project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Erlend Thingnes
idatg2204project
Commits
4d022368
Commit
4d022368
authored
3 years ago
by
Erlend Thingnes
Browse files
Options
Downloads
Patches
Plain Diff
Upload New File
parent
db673fbf
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
idatg2204db.sql
+102
-0
102 additions, 0 deletions
idatg2204db.sql
with
102 additions
and
0 deletions
idatg2204db.sql
0 → 100644
+
102
−
0
View file @
4d022368
-- phpMyAdmin SQL Dump
-- version 5.1.1
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
-- Generation Time: Mar 08, 2022 at 02:44 AM
-- Server version: 10.4.20-MariaDB
-- PHP Version: 8.0.9
SET
SQL_MODE
=
"NO_AUTO_VALUE_ON_ZERO"
;
START
TRANSACTION
;
SET
time_zone
=
"+00:00"
;
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */
;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */
;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */
;
/*!40101 SET NAMES utf8mb4 */
;
--
-- Database: `banking`
--
-- --------------------------------------------------------
--
-- Table structure for table `account`
--
CREATE
TABLE
`ski_model`
(
`Model`
varchar
(
100
)
NOT
NULL
,
`Type`
varchar
(
100
)
NOT
NULL
,
`Temperature`
varchar
(
100
)
NOT
NULL
,
`Grip System`
varchar
(
100
)
NOT
NULL
,
`Size`
int
(
100
)
NOT
NULL
,
`Weight Class`
varchar
(
100
)
NOT
NULL
,
`Description`
varchar
(
250
)
NOT
NULL
,
`Historical`
varchar
(
100
)
NOT
NULL
,
`Photo`
varchar
(
100
)
NOT
NULL
)
ENGINE
=
InnoDB
DEFAULT
CHARSET
=
utf8mb4
;
CREATE
TABLE
`orders`
(
`Number`
varchar
(
50
)
utf8mb4_danish_ci
NOT
NULL
,
`Ski_model`
varchar
(
50
)
utf8mb4_danish_ci
NOT
NULL
,
`Ski_quantity`
int
(
50
)
utf8mb4_danish_ci
NOT
NULL
,
`Price`
int
(
50
)
utf8mb4_danish_ci
NOT
NULL
,
`Customer_id`
int
(
50
)
utf8mb4_danish_ci
NOT
NULL
,
`Order`
varchar
(
50
)
utf8mb4_danish_ci
NOT
NULL
)
ENGINE
=
InnoDB
DEFAULT
CHARSET
=
utf8mb4
COLLATE
=
utf8mb4_danish_ci
;
CREATE
TABLE
`shipments`
(
`Number`
int
(
50
)
utf8mb4_danish_ci
NOT
NULL
,
`Store_or_franchise`
varchar
(
50
)
utf8mb4_danish_ci
NOT
NULL
,
`Shipping_adress`
int
(
50
)
utf8mb4_danish_ci
NOT
NULL
,
`Pickup_date`
date
(
50
)
utSusf8mb4_danish_ci
NOT
NULL
,
`State`
varchar
(
50
)
utf8mb4_danish_ci
NOT
NULL
,
`Transporting_company`
varchar
(
50
)
utf8mb4_danish_ci
NOT
NULL
,
`Driver_id`
varchar
(
50
)
utf8mb4_danish_ci
NOT
NULL
)
ENGINE
=
InnoDB
DEFAULT
CHARSET
=
utf8mb4
COLLATE
=
utf8mb4_danish_ci
;
CREATE
TABLE
`product_plan`
(
`Day`
date
(
50
)
utf8mb4_danish_ci
NOT
NULL
,
`Model1`
int
(
50
)
utf8mb4_danish_ci
NOT
NULL
,
`Model2`
int
(
50
)
utf8mb4_danish_ci
NOT
NULL
)
ENGINE
=
InnoDB
DEFAULT
CHARSET
=
utf8mb4
COLLATE
=
utf8mb4_danish_ci
;
CREATE
TABLE
`transporters`
(
`name`
varchar
(
50
)
COLLATE
utf8mb4_danish_ci
NOT
NULL
,
`username`
varchar
(
50
)
COLLATE
utf8mb4_danish_ci
NOT
NULL
,
`password`
varchar
(
300
)
COLLATE
utf8mb4_danish_ci
NOT
NULL
)
ENGINE
=
InnoDB
DEFAULT
CHARSET
=
utf8mb4
COLLATE
=
utf8mb4_danish_ci
;
CREATE
TABLE
`customer_users`
(
`username`
varchar
(
50
)
COLLATE
utf8mb4_danish_ci
NOT
NULL
,
`password`
varchar
(
300
)
COLLATE
utf8mb4_danish_ci
NOT
NULL
)
ENGINE
=
InnoDB
DEFAULT
CHARSET
=
utf8mb4
COLLATE
=
utf8mb4_danish_ci
;
CREATE
TABLE
`planners`
(
`name`
varchar
(
50
)
COLLATE
utf8mb4_danish_ci
NOT
NULL
,
`username`
varchar
(
50
)
COLLATE
utf8mb4_danish_ci
NOT
NULL
,
`password`
varchar
(
300
)
COLLATE
utf8mb4_danish_ci
NOT
NULL
)
ENGINE
=
InnoDB
DEFAULT
CHARSET
=
utf8mb4
COLLATE
=
utf8mb4_danish_ci
;
--
-- Dumping data for table `customer_users`
--
INSERT
INTO
`customer_users`
(
`username`
,
`password`
,
`salt`
)
VALUES
(
'user123'
,
'EB100B8F2E62DABD6AF7E709DD80A6EA28D6E203E852A669B6963CF6856B8AD4'
,
'egt7'
);
INSERT
INTO
`transporters`
(
`name`
,
`username`
,
`password`
,
`salt`
)
VALUES
(
'David'
,
'transporter123'
,
'EB100B8F2E62DABD6AF7E709DD80A6EA28D6E203E852A669B6963CF6856B8AD4'
,
'egt7'
);
INSERT
INTO
`planners`
(
`name`
,
`username`
,
`password`
,
`salt`
)
VALUES
(
'planner1'
,
'transporter123'
,
'EB100B8F2E62DABD6AF7E709DD80A6EA28D6E203E852A669B6963CF6856B8AD4'
,
'egt7'
);
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment