Create a fresh new table in MariaDB. CREATE TABLE slashash_nh.tbl_test ( id BIGINT NOT NULL, CONSTRAINT tbl_test_PK PRIMARY KEY (id) ) ...
確定! 回上一頁