Rapsys Git
/
airbundle
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add description context
[airbundle]
/
Resources
/
config
/
doctrine
/
Snippet.orm.yml
diff --git
a/Resources/config/doctrine/Snippet.orm.yml
b/Resources/config/doctrine/Snippet.orm.yml
index a6e91652009ee5e207f0e6b4c0a607dc6307c6c7..2333e9aea829cca08944e9ea70d4c4e8fd23ef8f 100644
(file)
--- a/
Resources/config/doctrine/Snippet.orm.yml
+++ b/
Resources/config/doctrine/Snippet.orm.yml
@@
-12,9
+12,40
@@
Rapsys\AirBundle\Entity\Snippet:
fields:
locale:
type: string
fields:
locale:
type: string
- length:
2
+ length:
5
description:
type: text
description:
type: text
+ nullable: true
+ class:
+ type: text
+ nullable: true
+ short:
+ type: text
+ nullable: true
+ rate:
+ type: integer
+ nullable: true
+ options:
+ unsigned: true
+ hat:
+ type: boolean
+ nullable: true
+ contact:
+ type: string
+ length: 254
+ nullable: true
+ donate:
+ type: string
+ length: 254
+ nullable: true
+ link:
+ type: string
+ length: 254
+ nullable: true
+ profile:
+ type: string
+ length: 254
+ nullable: true
created:
type: datetime
updated:
created:
type: datetime
updated:
@@
-33,3
+64,5
@@
Rapsys\AirBundle\Entity\Snippet:
uniqueConstraints:
locale_location_user:
columns: [ locale, location_id, user_id ]
uniqueConstraints:
locale_location_user:
columns: [ locale, location_id, user_id ]
+ lifecycleCallbacks:
+ preUpdate: ['preUpdate']