fix migration original_price
This commit is contained in:
@@ -7,6 +7,7 @@ class m170902_211224_add_column_original_expiration_date_and_price extends Migra
|
|||||||
{
|
{
|
||||||
public function up()
|
public function up()
|
||||||
{
|
{
|
||||||
|
$this->addColumn("ticket", "original_price",$this->integer());
|
||||||
$this->addColumn("ticket", "original_end","datetime DEFAULT NULL");
|
$this->addColumn("ticket", "original_end","datetime DEFAULT NULL");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user