This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
ebean
Watch
4
Star
0
Fork
0
mirror of
https://github.com/ebean-orm/ebean.git
synced
2024-04-21 10:51:47 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
1dd0f3cbf8170a3469dad8f4f8f074549bb6286d
ebean
/
src
/
main
/
java
/
io
/
ebeaninternal
/
dbmigration
/
ddlgeneration
T
History
rob bygrave
171d1a19f4
#1937
- When add a new col with @DbComment in Entity,the DbMigration does not generate comment ddl
2020-02-17 14:19:19 +13:00
..
platform
#1937
- When add a new col with @DbComment in Entity,the DbMigration does not generate comment ddl
2020-02-17 14:19:19 +13:00
BaseDdlHandler.java
Add SAP HANA support (
#1511
)
2018-10-24 21:38:17 +13:00
ColumnDdl.java
#1147
- Refactor move DbMigration internals into io.ebeaninternal - change to use DbMigration.create() - initial move
2017-10-04 19:36:27 +13:00
DdlBuffer.java
#1653
- ENH: Add support for ClickHouse database
2019-03-14 14:44:30 +13:00
DdlHandler.java
DbMigration supports altering UniqueConstraints and foreign keys (
#1279
)
2018-02-26 14:24:52 +13:00
DdlOptions.java
#1819
- ENH: For DB Migration support dbMigration.setAddForeignKeySkipCheck(true);
2019-09-12 20:34:37 +12:00
DdlWrite.java
#1819
- ENH: For DB Migration support dbMigration.setAddForeignKeySkipCheck(true);
2019-09-12 20:34:37 +12:00
TableDdl.java
#1279
- Change ObjectFactory method to match, tidy format (no real change here)
2018-02-26 14:32:38 +13:00