This website requires JavaScript.
Explore
Help
Sign In
3024383
/
development-ib-fork
forked from
WEB-IB-SS26/development-ib
Watch
1
Star
1
Fork
You've already forked development-ib-fork
0
Code
Pull Requests
Activity
5bdaf3b26f
development-ib-fork
/
web
/
09
/
labor
/
db
/
create_personen.sql
5 lines
84 B
SQL
Raw
Blame
History
CREATE
TABLE
personen
(
name
TEXT
NOT
NULL
,
hobbies
TEXT
,
alter
SMALLINT
)
;
View Git Blame
Copy Permalink