1 Star 0 Fork 1

李想/laravel_form

forked from 郑俊强/laravel_form 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
laravel_form.sql 1.17 KB
一键复制 编辑 原始数据 按行查看 历史
李想 提交于 2021-06-16 17:17 . add:sql
/*
Navicat MySQL Data Transfer
Source Server : localhost-3306
Source Server Version : 50726
Source Host : localhost:3306
Source Database : laravel_form
Target Server Type : MYSQL
Target Server Version : 50726
File Encoding : 65001
Date: 2021-06-16 17:04:45
*/
SET FOREIGN_KEY_CHECKS=0;
-- ----------------------------
-- Table structure for student
-- ----------------------------
DROP TABLE IF EXISTS `student`;
CREATE TABLE `student` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`age` tinyint(3) DEFAULT NULL,
`sex` tinyint(3) DEFAULT NULL,
`created_at` int(11) DEFAULT NULL,
`updated_at` int(11) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
-- ----------------------------
-- Records of student
-- ----------------------------
INSERT INTO `student` VALUES ('1', 'sean', '44', '20', '1623823623', '1623823623');
INSERT INTO `student` VALUES ('2', 'zhangsan', '45', '30', '1623823633', '1623823633');
INSERT INTO `student` VALUES ('3', '王五', '34', '10', '1623831160', '1623831160');
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/li-xiang007/laravel_form.git
git@gitee.com:li-xiang007/laravel_form.git
li-xiang007
laravel_form
laravel_form
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385