issues
search
cycle
/
schema-builder
Declarative schema generation for Cycle ORM
MIT License
15
stars
11
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Small primary
#76
gam6itko
closed
1 week ago
0
Use schema modifiers as mutable
#75
roxblnfk
closed
3 months ago
1
Add support for generated fields
#73
msmakouz
closed
8 months ago
1
Add PrintChanges generator
#72
msmakouz
closed
9 months ago
1
Add ShowChanges
#71
roxblnfk
closed
9 months ago
0
Schema compile does not adhere to default database value of null
#70
moroswitie
opened
10 months ago
1
Call the method only if there are additional options
#69
msmakouz
closed
10 months ago
3
Fixed a bug with index creation on the Primary Key
#68
msmakouz
closed
11 months ago
1
Add the ability to configure foreign keys
#67
msmakouz
closed
11 months ago
1
Adding class-string return types
#66
msmakouz
closed
1 year ago
1
Fix default typecasts
#65
msmakouz
closed
1 year ago
1
Add ability to avoid Index creation when ForeignKey is created
#64
msmakouz
closed
1 year ago
1
🐛 Primary keys which are defined by "Table / Primary Key" are ignored
#63
scapital
closed
1 year ago
2
Generate schema by annotated entities without DB connection
#62
scapital
opened
1 year ago
2
Adding the ability to use custom column types
#61
msmakouz
closed
1 year ago
0
Column attributes aren't copied on relations generation
#60
roxblnfk
closed
1 year ago
1
Fixing role in test
#59
msmakouz
closed
1 year ago
1
Adding method `registerChildWithoutMerge`
#58
msmakouz
closed
1 year ago
1
Field type attributes
#57
gam6itko
closed
1 year ago
1
BoolTypecastGenerator - adds by default bool typecast for boolean fields
#56
gam6itko
opened
2 years ago
1
Minor typo in README.md
#55
jstark518
closed
1 year ago
0
Exception when using one embedded entity for multiple fields
#54
thenotsoft
opened
2 years ago
0
Fixing variable name
#53
msmakouz
closed
2 years ago
1
Adding Scrutinizer
#52
msmakouz
closed
2 years ago
1
Adding Embedded prefix
#51
msmakouz
closed
2 years ago
1
Add php 8.1 to ci
#50
msmakouz
closed
2 years ago
1
Cleanup the merged pull request #47
#49
thenotsoft
closed
2 years ago
1
Fix `OptionMap` compatibility with `IteratorAggregate`
#48
roxblnfk
closed
2 years ago
1
Ability to use Property names and Column names in relation outer and inner fields
#47
butschster
closed
2 years ago
1
Fix fields relation keys
#46
thenotsoft
closed
2 years ago
1
Add sandbox container for run tests
#45
thenotsoft
opened
2 years ago
1
Fix relation keys
#44
thenotsoft
closed
2 years ago
1
Fixes composer packages versions
#43
butschster
closed
2 years ago
1
Removed travis config
#42
msmakouz
closed
2 years ago
0
Updating text information
#41
msmakouz
closed
2 years ago
1
Adds readme
#40
butschster
closed
2 years ago
1
Fix schema compute for STI children
#39
rauanmayemir
closed
2 years ago
1
Adds STI/JTI support
#38
butschster
closed
2 years ago
1
Fixes problem with getting typecast handler from defaults
#37
butschster
closed
2 years ago
1
Adds entity typecast handler definition
#36
butschster
closed
2 years ago
1
Adds ability to set collection type for [*many] relations
#35
butschster
closed
2 years ago
1
Change database configs from arrays to dto
#34
msmakouz
closed
2 years ago
1
More informative errors
#33
roquie
closed
2 years ago
1
Support for schema modifiers
#32
roxblnfk
closed
3 years ago
1
Fix case with two uinique indexes for pivots
#31
roxblnfk
closed
3 years ago
1
Add supporting for FK onDelete action; rename Constrain to Scope
#30
roxblnfk
closed
3 years ago
1
Fixed problem with nullable relations.
#29
butschster
closed
3 years ago
1
Replaced Spiral\Database with Cycle\Database
#28
butschster
closed
3 years ago
0
Added deprecation notices
#27
butschster
closed
3 years ago
1
Refactor: added support for composite primary keys
#26
butschster
closed
3 years ago
1
Next