1
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 フォルダに? 私の頭の中の小さな声は言っています: あなたには他に選択肢はありません :/

4

1 に答える 1