You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/04/29 03:41:01 UTC

[GitHub] [shardingsphere] RaigorJiang commented on issue #17194: Preparing failure in scaling because Incorrect statement for create table

RaigorJiang commented on issue #17194:
URL: https://github.com/apache/shardingsphere/issues/17194#issuecomment-1112848447

   The correct create table statement is:
   ```sql
   CREATE TABLE IF NOT EXISTS t_order(
           order_no character varying(96) NOT NULL,
           order_price numeric(18,2),
           PRIMARY KEY(order_no)
   );
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org