Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
E
Enigma
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlfaTrainingKurse
Java
Enigma
Wiki
Klasse_Datenbank_SQLite
Changes
Page history
New page
Templates
Clone repository
Update Klasse_Datenbank_SQLite
authored
5 years ago
by
Dennis Eisold
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Klasse_Datenbank_SQLite.md
+1
-1
1 addition, 1 deletion
Klasse_Datenbank_SQLite.md
with
1 addition
and
1 deletion
Klasse_Datenbank_SQLite.md
View page @
032ec32d
```
```
sql
create
table
table_codebuch
(
id
INTEGER
constraint
table_codebuch_pk
primary
key
autoincrement
,
Tag
int
not
null
,
...
...
This diff is collapsed.
Click to expand it.