mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-10 10:24:31 +02:00
Use CURRENT_TIMESTAMP as default value for timestampable entries.
Furthermore the database migration generation is now detects correctly if there were no changes to DB.
This commit is contained in:
parent
0ec73618ac
commit
4026f6be3f
6 changed files with 97 additions and 8 deletions
|
@ -85,7 +85,7 @@ class Footprint extends PartsContainingDBElement
|
|||
|
||||
/**
|
||||
* @var string
|
||||
* @ORM\Column(type="string", length=65536)
|
||||
* @ORM\Column(type="text")
|
||||
*/
|
||||
protected $filename;
|
||||
|
||||
|
@ -96,7 +96,7 @@ class Footprint extends PartsContainingDBElement
|
|||
|
||||
/**
|
||||
* @var string
|
||||
* @ORM\Column(type="string", length=65536)
|
||||
* @ORM\Column(type="text")
|
||||
*/
|
||||
protected $filename_3d;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue