prod129ac/prod129ac-db-d/authsec_mysql/mysql/wf_table/wf_table.sql

3 lines
101 B
SQL
Executable File
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

CREATE TABLE db.Test2(id BIGINT NOT NULL AUTO_INCREMENT, _name_  VARCHAR(400), PRIMARY KEY (id));