You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i think i already found the issues, 'describe' command is available in MYSQL so SQL Server has different stored procedures within it. Maybe you can add support to SQL Server as well.....don't hesitate to correct me if I'm wrong.
I get some error when try to check unique id, it says need stored procedure 'describe', I just trying a simple example in your documentation.
$config = ['table' => table_name, 'length' => 16, 'prefix' => 'HIP'.date('Ym')]; return IdGenerator::generate($config);
The text was updated successfully, but these errors were encountered: