?? templatesdbinit.sql
字號:
-- MySQL dump 9.11
--
-- Host: localhost Database: patientrunner
-- ------------------------------------------------------
-- Server version 4.0.24-nt-log
use patientrunner;
--
-- Table structure for table `templates`
--
DROP TABLE IF EXISTS templates;
CREATE TABLE templates (
templateid int(10) unsigned NOT NULL auto_increment,
description varchar(80) default NULL,
template blob,
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -