Hibernate: Running hbm2ddl schema export
Hibernate: import file not found: /import.sql
Hibernate: exporting generated schema to database
Hibernate: alter table tb_student drop foreign key FK9007E96A302AC3E9
Hibernate: Unsuccessful: alter table tb_student drop foreign key FK9007E96A302AC3E9
Hibernate: Table 'hibernate2.tb_student' doesn't exist
Hibernate: drop table if exists tb_class
Hibernate: drop table if exists tb_student
Hibernate: create table tb_class (id integer not null auto_increment, name varchar(255), primary key (id))
Hibernate: create table tb_student (id integer not null auto_increment, name varchar(255), sex varchar(255), class_id integer, primary key (id))
Hibernate: alter table tb_student add index FK9007E96A302AC3E9 (class_id), add constraint FK9007E96A302AC3E9 foreign key (class_id) references tb_class (id)
Hibernate: schema export complete
Hibernate: Running hbm2ddl schema export
Hibernate: import file not found: /import.sql
Hibernate: exporting generated schema to database
Hibernate: alter table tb_student drop foreign key FK9007E96A302AC3E9
Hibernate: drop table if exists tb_class
Hibernate: drop table if exists tb_student
Hibernate: create table tb_class (id integer not null auto_increment, name varchar(255), primary key (id))
Hibernate: create table tb_student (id integer not null auto_increment, name varchar(255), sex varchar(255), class_id integer, primary key (id))
Hibernate: alter table tb_student add index FK9007E96A302AC3E9 (class_id), add constraint FK9007E96A302AC3E9 foreign key (class_id) references tb_class (id)
Hibernate: schema export complete
Hibernate: Running hbm2ddl schema export
Hibernate: import file not found: /import.sql
Hibernate: exporting generated schema to database
Hibernate: alter table tb_student drop foreign key FK9007E96A302AC3E9
Hibernate: drop table if exists tb_class
Hibernate: drop table if exists tb_student
Hibernate: create table tb_class (id integer not null auto_increment, name varchar(255), primary key (id))
Hibernate: create table tb_student (id integer not null auto_increment, name varchar(255), sex varchar(255), class_id integer, primary key (id))
Hibernate: alter table tb_student add index FK9007E96A302AC3E9 (class_id), add constraint FK9007E96A302AC3E9 foreign key (class_id) references tb_class (id)
Hibernate: schema export complete
Hibernate: Running hbm2ddl schema export
Hibernate: import file not found: /import.sql
Hibernate: exporting generated schema to database
Hibernate: alter table tb_student drop foreign key FK9007E96A302AC3E9
Hibernate: drop table if exists tb_class
Hibernate: drop table if exists tb_student
Hibernate: create table tb_class (id integer not null auto_increment, name varchar(255), primary key (id))
Hibernate: create table tb_student (id integer not null auto_increment, name varchar(255), sex varchar(255), class_id integer, primary key (id))
Hibernate: alter table tb_student add index FK9007E96A302AC3E9 (class_id), add constraint FK9007E96A302AC3E9 foreign key (class_id) references tb_class (id)
Hibernate: schema export complete
Hibernate: Running hbm2ddl schema export
Hibernate: import file not found: /import.sql
Hibernate: exporting generated schema to database
Hibernate: alter table tb_student drop foreign key FK9007E96A302AC3E9
Hibernate: drop table if exists tb_class
Hibernate: drop table if exists tb_student
Hibernate: create table tb_class (id integer not null auto_increment, name varchar(255), primary key (id))
Hibernate: create table tb_student (id integer not null auto_increment, name varchar(255), sex varchar(255), class_id integer, primary key (id))
Hibernate: alter table tb_student add index FK9007E96A302AC3E9 (class_id), add constraint FK9007E96A302AC3E9 foreign key (class_id) references tb_class (id)
Hibernate: schema export complete
yingxian_Fei
- 粉丝: 151
- 资源: 50
最新资源
- Python爬虫入门实例教程.docx
- 基于Qt的文献管理系统.zip学习资料程序
- Arduino IDE 2 入门指南.pdf
- YOLO目标检测入门实例教程.docx
- 使用外部的抽奖游戏网站的开奖接口进行开奖,网站使用php搭建,游戏使用java运行.zip
- 使用Java Swing创建飞机大战小游戏.zip
- 升官图游戏 java.zip学习资料程序
- webmagic是一个开源的Java垂直爬虫框架,目标是简化爬虫的开发流程,让开发者专注于逻辑功能的开发 webmagic的核心非常简单,但是覆盖爬虫的整个流程,也是很好的学习爬虫开发的材料
- NFC测试不灵敏,NFC工具
- javaweb-高校学生选课系统项目源码.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈