Fix bug with MySQL Installation caused by new Migration
This commit is contained in:
@ -20,6 +20,14 @@ namespace Oqtane.Migrations
|
||||
|
||||
public Expression<Func<TEntityBuilder, object>> Column { get;}
|
||||
|
||||
public string ColumnName
|
||||
{
|
||||
get
|
||||
{
|
||||
var body = Column.Body.ToString();
|
||||
return body.Substring(body.IndexOf(".") + 1);
|
||||
}
|
||||
}
|
||||
public ReferentialAction OnDeleteAction { get; }
|
||||
|
||||
public string PrincipalTable { get; }
|
||||
|
Reference in New Issue
Block a user