CREATE TABLE `Last Release` (
`id` int(11) NOT NULL,
`title` text NOT NULL,
`image` text NOT NULL,
`releaseDate` text NOT NULL,
`tome` int(11) NOT NULL,
`tag1` text NOT NULL,
`tag2` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
CREATE TABLE `users` (
`id` int(11) NOT NULL,
`pseudo` text NOT NULL,
`nom` text NOT NULL,
`prenom` text NOT NULL,
`mdp` text NOT NULL,
`email` text NOT NULL,
`token` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-
Notifications
You must be signed in to change notification settings - Fork 0
August7337/2024-stage
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published