This is little_television project.
CREATE TABLE history(
user_id VARCHAR(255) NOT NULL COMMENT 'user_id',
history_data VARCHAR(255) COMMENT 'history_data',
PRIMARY KEY(user_id, history_data)
);
CREATE TABLE user(
user_id VARCHAR(255) NOT NULL COMMENT 'user_id',
password VARCHAR(255) COMMENT 'password',
PRIMARY KEY (user_id)
);
-
Notifications
You must be signed in to change notification settings - Fork 0
first-coding/little_television
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
televison base on html which can display and edit the description of the mp4, mkv that can make you watch movie with friends
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published