Table:
field_1:
type: decimal(6)
scale: 2
fixed: false
unsigned: true
notnull: true
field_2:
type: decimal(6)
scale: 2
fixed: false
unsigned: true
notnull: true
default: field_1
有些文章告诉我这是不可能的,我需要用 PHP 来做,但具体在哪里?在 lib>model>doctrine>base 文件夹中?我脑海中的小声音在说:你别无选择:/