Guest User

Untitled

a guest
Mar 22nd, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. ->addColumn(
  2. 'credit',
  3. Table::TYPE_DECIMAL,
  4. null,
  5. ['nullable' => false, 'default' => '0.00', 'length' => '10,2'],
  6. 'Decimal'
  7. )
Add Comment
Please, Sign In to add comment