|
|
@@ -1,5 +1,4 @@ |
|
|
|
// ReSharper disable once CheckNamespace |
|
|
|
|
|
|
|
namespace DotNetCore.CAP |
|
|
|
{ |
|
|
|
public class MySqlOptions : EFOptions |
|
|
@@ -8,7 +7,5 @@ namespace DotNetCore.CAP |
|
|
|
/// Gets or sets the database's connection string that will be used to store database entities. |
|
|
|
/// </summary> |
|
|
|
public string ConnectionString { get; set; } |
|
|
|
|
|
|
|
public string TableNamePrefix { get; set; } = "cap"; |
|
|
|
} |
|
|
|
} |