亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

Database Design

1, Online network disk saves directory information and file information uploaded by users to the database for management, which facilitates reading and operation. This case is designed with two tables,

One is used to operate directories, directory table name: netdisk_folder

微信圖片_20180302153150.png

##One is used to operate files, file table name: netdisk_file

微信圖片_20180302154021.png

The folder_id of netdisk_file is equal to the folder_id of netdisk_folder. The two can be associated with foreign keys. There is no foreign key association here.


2, insert test data

is displayed as follows:

微信圖片_20180302172432.png微信圖片_20180302172437.png



#
Continuing Learning
||
<?php echo "數(shù)據(jù)庫設(shè)計(jì)"; >
submitReset Code